vpath             128 lib/mcconfig/common.c         vfs_path_t *vpath;
vpath             130 lib/mcconfig/common.c         vpath = vfs_path_from_str (ini_path);
vpath             131 lib/mcconfig/common.c         if (mc_stat (vpath, &st) == 0 && st.st_size != 0)
vpath             141 lib/mcconfig/common.c         vfs_path_free (vpath, TRUE);
vpath             114 lib/util.c     resolve_symlinks (const vfs_path_t * vpath)
vpath             120 lib/util.c         if (vpath->relative)
vpath             123 lib/util.c         p = p2 = g_strdup (vfs_path_as_str (vpath));
vpath             140 lib/util.c             if (mc_lstat (vpath, &mybuf) < 0)
vpath             151 lib/util.c                 len = mc_readlink (vpath, buf2, MC_MAXPATHLEN - 1);
vpath             334 lib/util.c         vfs_path_t *vpath;
vpath             338 lib/util.c         vpath = vfs_path_from_str (path);
vpath             339 lib/util.c         secure_path = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_PASSWORD);
vpath             340 lib/util.c         vfs_path_free (vpath, TRUE);
vpath            1398 lib/util.c             vfs_path_t *vpath;
vpath            1400 lib/util.c             vpath = vfs_path_from_str (backup_path);
vpath            1401 lib/util.c             mc_unlink (vpath);
vpath            1402 lib/util.c             vfs_path_free (vpath, TRUE);
vpath             394 lib/vfs/direntry.c vfs_s_inode_from_path (const vfs_path_t * vpath, int flags)
vpath             401 lib/vfs/direntry.c     q = vfs_s_get_path (vpath, &super, 0);
vpath             405 lib/vfs/direntry.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath             423 lib/vfs/direntry.c vfs_s_opendir (const vfs_path_t * vpath)
vpath             429 lib/vfs/direntry.c     dir = vfs_s_inode_from_path (vpath, FL_DIR | FL_FOLLOW);
vpath             433 lib/vfs/direntry.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath             495 lib/vfs/direntry.c vfs_s_chdir (const vfs_path_t * vpath)
vpath             499 lib/vfs/direntry.c     data = vfs_s_opendir (vpath);
vpath             510 lib/vfs/direntry.c vfs_s_internal_stat (const vfs_path_t * vpath, struct stat *buf, int flag)
vpath             514 lib/vfs/direntry.c     ino = vfs_s_inode_from_path (vpath, flag);
vpath             524 lib/vfs/direntry.c vfs_s_readlink (const vfs_path_t * vpath, char *buf, size_t size)
vpath             530 lib/vfs/direntry.c     ino = vfs_s_inode_from_path (vpath, 0);
vpath             534 lib/vfs/direntry.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath             754 lib/vfs/direntry.c vfs_s_getlocalcopy (const vfs_path_t * vpath)
vpath             759 lib/vfs/direntry.c     if (vpath == NULL)
vpath             762 lib/vfs/direntry.c     fh = vfs_s_open (vpath, O_RDONLY, 0);
vpath             768 lib/vfs/direntry.c         me = vfs_path_get_last_path_vfs (vpath);
vpath             785 lib/vfs/direntry.c vfs_s_ungetlocalcopy (const vfs_path_t * vpath, const vfs_path_t * local, gboolean has_changed)
vpath             787 lib/vfs/direntry.c     (void) vpath;
vpath             796 lib/vfs/direntry.c vfs_s_setctl (const vfs_path_t * vpath, int ctlop, void *arg)
vpath             800 lib/vfs/direntry.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath             808 lib/vfs/direntry.c             ino = vfs_s_inode_from_path (vpath, 0);
vpath             835 lib/vfs/direntry.c vfs_s_getid (const vfs_path_t * vpath)
vpath             840 lib/vfs/direntry.c     p = vfs_s_get_path (vpath, &archive, FL_NO_OPEN);
vpath            1118 lib/vfs/direntry.c vfs_get_super_by_vpath (const vfs_path_t * vpath)
vpath            1127 lib/vfs/direntry.c     path_element = vfs_path_get_by_index (vpath, -1);
vpath            1130 lib/vfs/direntry.c     vpath_archive = vfs_path_clone (vpath);
vpath            1175 lib/vfs/direntry.c vfs_s_get_path (const vfs_path_t * vpath, struct vfs_s_super **archive, int flags)
vpath            1183 lib/vfs/direntry.c     path_element = vfs_path_get_by_index (vpath, -1);
vpath            1188 lib/vfs/direntry.c     super = vfs_get_super_by_vpath (vpath);
vpath            1207 lib/vfs/direntry.c         vpath_archive = vfs_path_clone (vpath);
vpath            1296 lib/vfs/direntry.c vfs_s_open (const vfs_path_t * vpath, int flags, mode_t mode)
vpath            1306 lib/vfs/direntry.c     q = vfs_s_get_path (vpath, &super, 0);
vpath            1310 lib/vfs/direntry.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath            1407 lib/vfs/direntry.c vfs_s_stat (const vfs_path_t * vpath, struct stat *buf)
vpath            1409 lib/vfs/direntry.c     return vfs_s_internal_stat (vpath, buf, FL_FOLLOW);
vpath            1415 lib/vfs/direntry.c vfs_s_lstat (const vfs_path_t * vpath, struct stat *buf)
vpath            1417 lib/vfs/direntry.c     return vfs_s_internal_stat (vpath, buf, FL_NONE);
vpath            1574 lib/vfs/direntry.c vfs_getid (const vfs_path_t * vpath)
vpath            1578 lib/vfs/direntry.c     me = vfs_path_get_last_path_vfs (vpath);
vpath            1582 lib/vfs/direntry.c     return me->getid (vpath);
vpath             186 lib/vfs/gc.c   vfs_stamp_path (const vfs_path_t * vpath)
vpath             191 lib/vfs/gc.c       me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath             192 lib/vfs/gc.c       id = vfs_getid (vpath);
vpath             207 lib/vfs/gc.c       const vfs_path_t *vpath;
vpath             218 lib/vfs/gc.c       vpath = vfs_get_raw_current_dir ();
vpath             219 lib/vfs/gc.c       me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath             221 lib/vfs/gc.c       nvfsid = vfs_getid (vpath);
vpath             316 lib/vfs/gc.c   vfs_release_path (const vfs_path_t * vpath)
vpath             321 lib/vfs/gc.c       me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath             322 lib/vfs/gc.c       id = vfs_getid (vpath);
vpath             191 lib/vfs/interface.c mc_open (const vfs_path_t * vpath, int flags, ...)
vpath             197 lib/vfs/interface.c     if (vpath == NULL)
vpath             213 lib/vfs/interface.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath             219 lib/vfs/interface.c         info = me->open (vpath, flags, mode);
vpath             241 lib/vfs/interface.c     if (vpath == NULL) \
vpath             244 lib/vfs/interface.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath)); \
vpath             254 lib/vfs/interface.c MC_NAMEOP (chmod, (const vfs_path_t *vpath, mode_t mode), (vpath, mode))
vpath             255 lib/vfs/interface.c MC_NAMEOP (chown, (const vfs_path_t *vpath, uid_t owner, gid_t group), (vpath, owner, group))
vpath             256 lib/vfs/interface.c MC_NAMEOP (fgetflags, (const vfs_path_t *vpath, unsigned long *flags), (vpath, flags))
vpath             257 lib/vfs/interface.c MC_NAMEOP (fsetflags, (const vfs_path_t *vpath, unsigned long flags), (vpath, flags))
vpath             258 lib/vfs/interface.c MC_NAMEOP (utime, (const vfs_path_t *vpath, mc_timesbuf_t * times), (vpath, times))
vpath             259 lib/vfs/interface.c MC_NAMEOP (readlink, (const vfs_path_t *vpath, char *buf, size_t bufsiz), (vpath, buf, bufsiz))
vpath             260 lib/vfs/interface.c MC_NAMEOP (unlink, (const vfs_path_t *vpath), (vpath))
vpath             261 lib/vfs/interface.c MC_NAMEOP (mkdir, (const vfs_path_t *vpath, mode_t mode), (vpath, mode))
vpath             262 lib/vfs/interface.c MC_NAMEOP (rmdir, (const vfs_path_t *vpath), (vpath))
vpath             263 lib/vfs/interface.c MC_NAMEOP (mknod, (const vfs_path_t *vpath, mode_t mode, dev_t dev), (vpath, mode, dev))
vpath             364 lib/vfs/interface.c mc_setctl (const vfs_path_t * vpath, int ctlop, void *arg)
vpath             369 lib/vfs/interface.c     if (vpath == NULL)
vpath             372 lib/vfs/interface.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath             374 lib/vfs/interface.c         result = me->setctl != NULL ? me->setctl (vpath, ctlop, arg) : 0;
vpath             411 lib/vfs/interface.c mc_opendir (const vfs_path_t * vpath)
vpath             417 lib/vfs/interface.c     if (vpath == NULL)
vpath             420 lib/vfs/interface.c     path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, -1);
vpath             427 lib/vfs/interface.c     info = path_element->class->opendir ? path_element->class->opendir (vpath) : NULL;
vpath             535 lib/vfs/interface.c int mc_##name (const vfs_path_t *vpath, struct stat *buf) \
vpath             540 lib/vfs/interface.c     if (vpath == NULL) \
vpath             543 lib/vfs/interface.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath)); \
vpath             546 lib/vfs/interface.c         result = me->name ? me->name (vpath, buf) : -1; \
vpath             611 lib/vfs/interface.c mc_chdir (const vfs_path_t * vpath)
vpath             620 lib/vfs/interface.c     if (vpath == NULL)
vpath             626 lib/vfs/interface.c     if (vpath->relative)
vpath             627 lib/vfs/interface.c         cd_vpath = vfs_path_to_absolute (vpath);
vpath             629 lib/vfs/interface.c         cd_vpath = vfs_path_clone (vpath);
vpath             678 lib/vfs/interface.c             super = vfs_get_super_by_vpath (vpath);
vpath             378 lib/vfs/path.c     vfs_path_t *vpath;
vpath             383 lib/vfs/path.c     vpath = vfs_path_new (FALSE);
vpath             411 lib/vfs/path.c         g_array_prepend_val (vpath->path, element);
vpath             424 lib/vfs/path.c         g_array_prepend_val (vpath->path, element);
vpath             427 lib/vfs/path.c     return vpath;
vpath             442 lib/vfs/path.c     vfs_path_t *vpath;
vpath             446 lib/vfs/path.c     vpath = vfs_path_new (path != NULL && !IS_PATH_SEP (*path));
vpath             498 lib/vfs/path.c         g_array_prepend_val (vpath->path, element);
vpath             517 lib/vfs/path.c         g_array_prepend_val (vpath->path, element);
vpath             520 lib/vfs/path.c     return vpath;
vpath             629 lib/vfs/path.c vfs_path_to_str_flags (const vfs_path_t * vpath, int elements_count, vfs_path_flag_t flags)
vpath             637 lib/vfs/path.c     if (vpath == NULL)
vpath             640 lib/vfs/path.c     if (elements_count == 0 || elements_count > vfs_path_elements_count (vpath))
vpath             641 lib/vfs/path.c         elements_count = vfs_path_elements_count (vpath);
vpath             644 lib/vfs/path.c         elements_count = vfs_path_elements_count (vpath) + elements_count;
vpath             651 lib/vfs/path.c         gboolean is_relative = vpath->relative && (element_index == 0);
vpath             653 lib/vfs/path.c         element = vfs_path_get_by_index (vpath, element_index);
vpath             721 lib/vfs/path.c vfs_path_to_str_elements_count (const vfs_path_t * vpath, int elements_count)
vpath             723 lib/vfs/path.c     return vfs_path_to_str_flags (vpath, elements_count, VPF_NONE);
vpath             739 lib/vfs/path.c     vfs_path_t *vpath;
vpath             754 lib/vfs/path.c         vpath = vfs_path_from_str_deprecated_parser (path);
vpath             756 lib/vfs/path.c         vpath = vfs_path_from_str_uri_parser (path);
vpath             758 lib/vfs/path.c     vpath->str = vfs_path_to_str_flags (vpath, 0, flags);
vpath             761 lib/vfs/path.c     return vpath;
vpath             789 lib/vfs/path.c     vfs_path_t *vpath;
vpath             791 lib/vfs/path.c     vpath = g_new0 (vfs_path_t, 1);
vpath             792 lib/vfs/path.c     vpath->path = g_array_new (FALSE, TRUE, sizeof (vfs_path_element_t *));
vpath             793 lib/vfs/path.c     vpath->relative = relative;
vpath             795 lib/vfs/path.c     return vpath;
vpath             808 lib/vfs/path.c vfs_path_elements_count (const vfs_path_t * vpath)
vpath             810 lib/vfs/path.c     return (vpath != NULL && vpath->path != NULL) ? vpath->path->len : 0;
vpath             821 lib/vfs/path.c vfs_path_add_element (vfs_path_t * vpath, const vfs_path_element_t * path_element)
vpath             823 lib/vfs/path.c     g_array_append_val (vpath->path, path_element);
vpath             824 lib/vfs/path.c     g_free (vpath->str);
vpath             825 lib/vfs/path.c     vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE);
vpath             842 lib/vfs/path.c vfs_path_get_by_index (const vfs_path_t * vpath, int element_index)
vpath             846 lib/vfs/path.c     if (vpath == NULL)
vpath             852 lib/vfs/path.c     n = vfs_path_elements_count (vpath);
vpath             863 lib/vfs/path.c     return g_array_index (vpath->path, vfs_path_element_t *, element_index);
vpath             940 lib/vfs/path.c vfs_path_clone (const vfs_path_t * vpath)
vpath             945 lib/vfs/path.c     if (vpath == NULL)
vpath             948 lib/vfs/path.c     new_vpath = vfs_path_new (vpath->relative);
vpath             950 lib/vfs/path.c     for (vpath_element_index = 0; vpath_element_index < vfs_path_elements_count (vpath);
vpath             955 lib/vfs/path.c         path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, vpath_element_index));
vpath             958 lib/vfs/path.c     new_vpath->str = g_strdup (vpath->str);
vpath             974 lib/vfs/path.c vfs_path_free (vfs_path_t * vpath, gboolean free_str)
vpath             979 lib/vfs/path.c     if (vpath == NULL)
vpath             982 lib/vfs/path.c     for (vpath_element_index = 0; vpath_element_index < vfs_path_elements_count (vpath);
vpath             987 lib/vfs/path.c         path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, vpath_element_index);
vpath             991 lib/vfs/path.c     g_array_free (vpath->path, TRUE);
vpath             994 lib/vfs/path.c         ret = vpath->str;
vpath             997 lib/vfs/path.c         g_free (vpath->str);
vpath            1001 lib/vfs/path.c     g_free (vpath);
vpath            1016 lib/vfs/path.c vfs_path_remove_element_by_index (vfs_path_t * vpath, int element_index)
vpath            1020 lib/vfs/path.c     if ((vpath == NULL) || (vfs_path_elements_count (vpath) == 1))
vpath            1024 lib/vfs/path.c         element_index = vfs_path_elements_count (vpath) + element_index;
vpath            1026 lib/vfs/path.c     element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, element_index);
vpath            1027 lib/vfs/path.c     vpath->path = g_array_remove_index (vpath->path, element_index);
vpath            1029 lib/vfs/path.c     g_free (vpath->str);
vpath            1030 lib/vfs/path.c     vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE);
vpath            1089 lib/vfs/path.c vfs_path_change_encoding (vfs_path_t * vpath, const char *encoding)
vpath            1093 lib/vfs/path.c     path_element = (vfs_path_element_t *) vfs_path_get_by_index (vpath, -1);
vpath            1096 lib/vfs/path.c         return vpath;
vpath            1106 lib/vfs/path.c     g_free (vpath->str);
vpath            1107 lib/vfs/path.c     vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE);
vpath            1108 lib/vfs/path.c     return vpath;
vpath            1125 lib/vfs/path.c vfs_path_serialize (const vfs_path_t * vpath, GError ** mcerror)
vpath            1133 lib/vfs/path.c     if ((vpath == NULL) || (vfs_path_elements_count (vpath) == 0))
vpath            1141 lib/vfs/path.c     for (element_index = 0; element_index < vfs_path_elements_count (vpath); element_index++)
vpath            1147 lib/vfs/path.c         element = vfs_path_get_by_index (vpath, element_index);
vpath            1184 lib/vfs/path.c     vfs_path_t *vpath;
vpath            1192 lib/vfs/path.c     vpath = vfs_path_new (FALSE);
vpath            1209 lib/vfs/path.c             vfs_path_free (vpath, TRUE);
vpath            1234 lib/vfs/path.c         vpath->path = g_array_append_val (vpath->path, element);
vpath            1238 lib/vfs/path.c     if (vfs_path_elements_count (vpath) == 0)
vpath            1240 lib/vfs/path.c         vfs_path_free (vpath, TRUE);
vpath            1244 lib/vfs/path.c     vpath->str = vfs_path_to_str_flags (vpath, 0, VPF_NONE);
vpath            1246 lib/vfs/path.c     return vpath;
vpath            1264 lib/vfs/path.c     vfs_path_t *vpath;
vpath            1272 lib/vfs/path.c     vpath = vfs_path_from_str (str_path);
vpath            1274 lib/vfs/path.c     return vpath;
vpath            1289 lib/vfs/path.c vfs_path_append_new (const vfs_path_t * vpath, const char *first_element, ...)
vpath            1296 lib/vfs/path.c     if (vpath == NULL || first_element == NULL)
vpath            1303 lib/vfs/path.c     result_str = vfs_path_as_str (vpath);
vpath            1367 lib/vfs/path.c vfs_path_tokens_count (const vfs_path_t * vpath)
vpath            1372 lib/vfs/path.c     if (vpath == NULL)
vpath            1375 lib/vfs/path.c     for (element_index = 0; element_index < vfs_path_elements_count (vpath); element_index++)
vpath            1380 lib/vfs/path.c         element = vfs_path_get_by_index (vpath, element_index);
vpath            1411 lib/vfs/path.c vfs_path_tokens_get (const vfs_path_t * vpath, ssize_t start_position, ssize_t length)
vpath            1415 lib/vfs/path.c     size_t tokens_count = vfs_path_tokens_count (vpath);
vpath            1417 lib/vfs/path.c     if (vpath == NULL)
vpath            1441 lib/vfs/path.c     for (element_index = 0; element_index < vfs_path_elements_count (vpath); element_index++)
vpath            1447 lib/vfs/path.c         element = vfs_path_get_by_index (vpath, element_index);
vpath            1493 lib/vfs/path.c vfs_path_vtokens_get (const vfs_path_t * vpath, ssize_t start_position, ssize_t length)
vpath            1498 lib/vfs/path.c     str_tokens = vfs_path_tokens_get (vpath, start_position, length);
vpath            1656 lib/vfs/path.c vfs_path_len (const vfs_path_t * vpath)
vpath            1658 lib/vfs/path.c     if (vpath == NULL)
vpath            1661 lib/vfs/path.c     return strlen (vpath->str);
vpath            1674 lib/vfs/path.c vfs_path_to_absolute (const vfs_path_t * vpath)
vpath            1679 lib/vfs/path.c     if (!vpath->relative)
vpath            1680 lib/vfs/path.c         return vfs_path_clone (vpath);
vpath            1682 lib/vfs/path.c     path_str = vfs_path_as_str (vpath);
vpath              61 lib/vfs/path.h vfs_path_t *vfs_path_clone (const vfs_path_t * vpath);
vpath              62 lib/vfs/path.h void vfs_path_remove_element_by_index (vfs_path_t * vpath, int element_index);
vpath              67 lib/vfs/path.h char *vfs_path_to_str_flags (const vfs_path_t * vpath, int elements_count, vfs_path_flag_t flags);
vpath              71 lib/vfs/path.h vfs_path_t *vfs_path_append_new (const vfs_path_t * vpath, const char *first_element, ...);
vpath              73 lib/vfs/path.h size_t vfs_path_tokens_count (const vfs_path_t * vpath);
vpath              74 lib/vfs/path.h char *vfs_path_tokens_get (const vfs_path_t * vpath, ssize_t start_position, ssize_t length);
vpath              75 lib/vfs/path.h vfs_path_t *vfs_path_vtokens_get (const vfs_path_t * vpath, ssize_t start_position, ssize_t length);
vpath              77 lib/vfs/path.h void vfs_path_add_element (vfs_path_t * vpath, const vfs_path_element_t * path_element);
vpath              86 lib/vfs/path.h vfs_path_t *vfs_path_change_encoding (vfs_path_t * vpath, const char *encoding);
vpath              89 lib/vfs/path.h char *vfs_path_serialize (const vfs_path_t * vpath, GError ** error);
vpath              95 lib/vfs/path.h size_t vfs_path_len (const vfs_path_t * vpath);
vpath              98 lib/vfs/path.h vfs_path_t *vfs_path_to_absolute (const vfs_path_t * vpath);
vpath             111 lib/vfs/path.h vfs_path_get_last_path_str (const vfs_path_t * vpath)
vpath             114 lib/vfs/path.h     if (vpath == NULL)
vpath             116 lib/vfs/path.h     element = vfs_path_get_by_index (vpath, -1);
vpath             123 lib/vfs/path.h vfs_path_get_last_path_vfs (const vfs_path_t * vpath)
vpath             126 lib/vfs/path.h     if (vpath == NULL)
vpath             128 lib/vfs/path.h     element = vfs_path_get_by_index (vpath, -1);
vpath             142 lib/vfs/path.h vfs_path_as_str (const vfs_path_t * vpath)
vpath             144 lib/vfs/path.h     return (vpath == NULL ? NULL : vpath->str);
vpath             215 lib/vfs/vfs.c  vfs_test_current_dir (const vfs_path_t * vpath)
vpath             219 lib/vfs/vfs.c      return (mc_global.vfs.cd_symlinks && mc_stat (vpath, &my_stat) == 0
vpath             433 lib/vfs/vfs.c  vfs_set_raw_current_dir (const vfs_path_t * vpath)
vpath             436 lib/vfs/vfs.c      current_path = (vfs_path_t *) vpath;
vpath             452 lib/vfs/vfs.c  vfs_file_class_flags (const vfs_path_t * vpath)
vpath             456 lib/vfs/vfs.c      path_element = vfs_path_get_by_index (vpath, -1);
vpath             609 lib/vfs/vfs.c  vfs_file_is_local (const vfs_path_t * vpath)
vpath             611 lib/vfs/vfs.c      return (vfs_file_class_flags (vpath) & VFSF_LOCAL) != 0;
vpath             157 lib/vfs/vfs.h      void *(*open) (const vfs_path_t * vpath, int flags, mode_t mode);
vpath             162 lib/vfs/vfs.h      void *(*opendir) (const vfs_path_t * vpath);
vpath             166 lib/vfs/vfs.h      int (*stat) (const vfs_path_t * vpath, struct stat * buf);
vpath             167 lib/vfs/vfs.h      int (*lstat) (const vfs_path_t * vpath, struct stat * buf);
vpath             170 lib/vfs/vfs.h      int (*chmod) (const vfs_path_t * vpath, mode_t mode);
vpath             171 lib/vfs/vfs.h      int (*chown) (const vfs_path_t * vpath, uid_t owner, gid_t group);
vpath             173 lib/vfs/vfs.h      int (*fgetflags) (const vfs_path_t * vpath, unsigned long *flags);
vpath             174 lib/vfs/vfs.h      int (*fsetflags) (const vfs_path_t * vpath, unsigned long flags);
vpath             176 lib/vfs/vfs.h      int (*utime) (const vfs_path_t * vpath, mc_timesbuf_t * times);
vpath             178 lib/vfs/vfs.h      int (*readlink) (const vfs_path_t * vpath, char *buf, size_t size);
vpath             181 lib/vfs/vfs.h      int (*unlink) (const vfs_path_t * vpath);
vpath             183 lib/vfs/vfs.h      int (*chdir) (const vfs_path_t * vpath);
vpath             186 lib/vfs/vfs.h      int (*mknod) (const vfs_path_t * vpath, mode_t mode, dev_t dev);
vpath             188 lib/vfs/vfs.h      vfsid (*getid) (const vfs_path_t * vpath);
vpath             193 lib/vfs/vfs.h      vfs_path_t *(*getlocalcopy) (const vfs_path_t * vpath);
vpath             194 lib/vfs/vfs.h      int (*ungetlocalcopy) (const vfs_path_t * vpath, const vfs_path_t * local_vpath,
vpath             197 lib/vfs/vfs.h      int (*mkdir) (const vfs_path_t * vpath, mode_t mode);
vpath             198 lib/vfs/vfs.h      int (*rmdir) (const vfs_path_t * vpath);
vpath             201 lib/vfs/vfs.h      int (*setctl) (const vfs_path_t * vpath, int ctlop, void *arg);
vpath             233 lib/vfs/vfs.h  void *vfs_s_open (const vfs_path_t * vpath, int flags, mode_t mode);
vpath             234 lib/vfs/vfs.h  int vfs_s_stat (const vfs_path_t * vpath, struct stat *buf);
vpath             235 lib/vfs/vfs.h  int vfs_s_lstat (const vfs_path_t * vpath, struct stat *buf);
vpath             240 lib/vfs/vfs.h  vfsid vfs_getid (const vfs_path_t * vpath);
vpath             257 lib/vfs/vfs.h  void vfs_set_raw_current_dir (const vfs_path_t * vpath);
vpath             260 lib/vfs/vfs.h  gboolean vfs_file_is_local (const vfs_path_t * vpath);
vpath             264 lib/vfs/vfs.h  vfs_flags_t vfs_file_class_flags (const vfs_path_t * vpath);
vpath             275 lib/vfs/vfs.h  void vfs_release_path (const vfs_path_t * vpath);
vpath             307 lib/vfs/vfs.h  int mc_utime (const vfs_path_t * vpath, mc_timesbuf_t * times);
vpath             308 lib/vfs/vfs.h  int mc_readlink (const vfs_path_t * vpath, char *buf, size_t bufsiz);
vpath             311 lib/vfs/vfs.h  DIR *mc_opendir (const vfs_path_t * vpath);
vpath             314 lib/vfs/vfs.h  int mc_stat (const vfs_path_t * vpath, struct stat *buf);
vpath             315 lib/vfs/vfs.h  int mc_mknod (const vfs_path_t * vpath, mode_t mode, dev_t dev);
vpath             317 lib/vfs/vfs.h  int mc_mkdir (const vfs_path_t * vpath, mode_t mode);
vpath             318 lib/vfs/vfs.h  int mc_rmdir (const vfs_path_t * vpath);
vpath             320 lib/vfs/vfs.h  int mc_lstat (const vfs_path_t * vpath, struct stat *buf);
vpath             323 lib/vfs/vfs.h  int mc_chmod (const vfs_path_t * vpath, mode_t mode);
vpath             324 lib/vfs/vfs.h  int mc_chown (const vfs_path_t * vpath, uid_t owner, gid_t group);
vpath             325 lib/vfs/vfs.h  int mc_fgetflags (const vfs_path_t * vpath, unsigned long *flags);
vpath             326 lib/vfs/vfs.h  int mc_fsetflags (const vfs_path_t * vpath, unsigned long flags);
vpath             327 lib/vfs/vfs.h  int mc_chdir (const vfs_path_t * vpath);
vpath             328 lib/vfs/vfs.h  int mc_unlink (const vfs_path_t * vpath);
vpath             330 lib/vfs/vfs.h  int mc_setctl (const vfs_path_t * vpath, int ctlop, void *arg);
vpath             331 lib/vfs/vfs.h  int mc_open (const vfs_path_t * vpath, int flags, ...);
vpath             128 lib/vfs/xdirentry.h     void *(*archive_check) (const vfs_path_t * vpath);  /* optional */
vpath             130 lib/vfs/xdirentry.h                          const vfs_path_t * vpath, void *cookie);
vpath             133 lib/vfs/xdirentry.h                          const vfs_path_t * vpath, const vfs_path_element_t * vpath_element);
vpath             180 lib/vfs/xdirentry.h const char *vfs_s_get_path (const vfs_path_t * vpath, struct vfs_s_super **archive, int flags);
vpath             181 lib/vfs/xdirentry.h struct vfs_s_super *vfs_get_super_by_vpath (const vfs_path_t * vpath);
vpath             777 src/args.c             vfs_path_t *vpath;
vpath             779 src/args.c             vpath = vfs_path_from_str ("ftp://");
vpath             780 src/args.c             mc_setctl (vpath, VFS_SETCTL_LOGFILE, (void *) mc_args__netfs_logfile);
vpath             781 src/args.c             vfs_path_free (vpath, TRUE);
vpath            2748 src/diffviewer/ydiff.c     vfs_path_t *vpath;
vpath            2760 src/diffviewer/ydiff.c     vpath = vfs_path_from_str (dview->label[ord]);
vpath            2761 src/diffviewer/ydiff.c     path = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_HOME | VPF_STRIP_PASSWORD);
vpath            2762 src/diffviewer/ydiff.c     vfs_path_free (vpath, TRUE);
vpath             187 src/editor/edit-impl.h gboolean edit_load_file_from_filename (WDialog * h, const vfs_path_t * vpath, long line);
vpath            1084 src/editor/editcmd.c edit_load_file_from_filename (WDialog * h, const vfs_path_t * vpath, long line)
vpath            1090 src/editor/editcmd.c     return edit_add_window (h, &r, vpath, line);
vpath            1519 src/editor/editcmd.c     vfs_path_t *vpath;
vpath            1521 src/editor/editcmd.c     vpath = vfs_path_from_str (filename);
vpath            1522 src/editor/editcmd.c     file = mc_open (vpath, O_CREAT | O_WRONLY | O_TRUNC,
vpath            1524 src/editor/editcmd.c     vfs_path_free (vpath, TRUE);
vpath             946 src/filemanager/achown.c apply_advanced_chowns (WPanel * panel, vfs_path_t * vpath, struct stat *sf)
vpath             952 src/filemanager/achown.c     if (!do_advanced_chown (panel, vpath, get_mode (),
vpath             962 src/filemanager/achown.c         vpath = vfs_path_from_str (fname->str);
vpath             963 src/filemanager/achown.c         ok = (mc_stat (vpath, sf) == 0);
vpath             978 src/filemanager/achown.c             ok = do_advanced_chown (panel, vpath, get_mode (),
vpath             983 src/filemanager/achown.c         vfs_path_free (vpath, TRUE);
vpath            1010 src/filemanager/achown.c         vfs_path_t *vpath;
vpath            1026 src/filemanager/achown.c         vpath = vfs_path_from_str (fname->str);
vpath            1028 src/filemanager/achown.c         if (mc_stat (vpath, &sf_stat) != 0)
vpath            1030 src/filemanager/achown.c             vfs_path_free (vpath, TRUE);
vpath            1060 src/filemanager/achown.c                     if (mc_chmod (vpath, get_mode ()) == -1)
vpath            1064 src/filemanager/achown.c                     else if (mc_chown (vpath, uid, gid) == -1)
vpath            1070 src/filemanager/achown.c                 else if (!try_advanced_chown (vpath, get_mode (), uid, gid))
vpath            1082 src/filemanager/achown.c             apply_advanced_chowns (panel, vpath, &sf_stat);
vpath            1098 src/filemanager/achown.c         vfs_path_free (vpath, TRUE);
vpath            1172 src/filemanager/chattr.c chattr_apply_mask (WPanel * panel, vfs_path_t * vpath, unsigned long m)
vpath            1176 src/filemanager/chattr.c     if (!do_chattr (panel, vpath, m))
vpath            1184 src/filemanager/chattr.c         vpath = vfs_path_from_str (fname->str);
vpath            1185 src/filemanager/chattr.c         ok = (mc_fgetflags (vpath, &m) == 0);
vpath            1199 src/filemanager/chattr.c             ok = do_chattr (panel, vpath, m);
vpath            1200 src/filemanager/chattr.c             vfs_path_free (vpath, TRUE);
vpath            1223 src/filemanager/chattr.c         vfs_path_t *vpath;
vpath            1239 src/filemanager/chattr.c         vpath = vfs_path_from_str (fname->str);
vpath            1241 src/filemanager/chattr.c         if (mc_fgetflags (vpath, &flags) != 0)
vpath            1245 src/filemanager/chattr.c             vfs_path_free (vpath, TRUE);
vpath            1267 src/filemanager/chattr.c                     if (mc_fsetflags (vpath, flags) == -1 && !ignore_all)
vpath            1272 src/filemanager/chattr.c                 else if (!try_chattr (vpath, flags))
vpath            1297 src/filemanager/chattr.c             chattr_apply_mask (panel, vpath, flags);
vpath            1310 src/filemanager/chattr.c             chattr_apply_mask (panel, vpath, flags);
vpath            1323 src/filemanager/chattr.c             chattr_apply_mask (panel, vpath, flags);
vpath            1338 src/filemanager/chattr.c         vfs_path_free (vpath, TRUE);
vpath             490 src/filemanager/chmod.c apply_mask (WPanel * panel, vfs_path_t * vpath, struct stat *sf)
vpath             494 src/filemanager/chmod.c     if (!do_chmod (panel, vpath, sf))
vpath             502 src/filemanager/chmod.c         vpath = vfs_path_from_str (fname->str);
vpath             503 src/filemanager/chmod.c         ok = (mc_stat (vpath, sf) == 0);
vpath             518 src/filemanager/chmod.c             ok = do_chmod (panel, vpath, sf);
vpath             521 src/filemanager/chmod.c         vfs_path_free (vpath, TRUE);
vpath             543 src/filemanager/chmod.c         vfs_path_t *vpath;
vpath             559 src/filemanager/chmod.c         vpath = vfs_path_from_str (fname->str);
vpath             561 src/filemanager/chmod.c         if (mc_stat (vpath, &sf_stat) != 0)
vpath             563 src/filemanager/chmod.c             vfs_path_free (vpath, TRUE);
vpath             584 src/filemanager/chmod.c                     if (mc_chmod (vpath, ch_mode) == -1 && !ignore_all)
vpath             589 src/filemanager/chmod.c                 else if (!try_chmod (vpath, ch_mode))
vpath             614 src/filemanager/chmod.c             apply_mask (panel, vpath, &sf_stat);
vpath             627 src/filemanager/chmod.c             apply_mask (panel, vpath, &sf_stat);
vpath             640 src/filemanager/chmod.c             apply_mask (panel, vpath, &sf_stat);
vpath             655 src/filemanager/chmod.c         vfs_path_free (vpath, TRUE);
vpath             359 src/filemanager/chown.c apply_chowns (WPanel * panel, vfs_path_t * vpath, uid_t u, gid_t g)
vpath             363 src/filemanager/chown.c     if (!do_chown (panel, vpath, u, g))
vpath             372 src/filemanager/chown.c         vpath = vfs_path_from_str (fname->str);
vpath             373 src/filemanager/chown.c         ok = (mc_stat (vpath, &sf) == 0);
vpath             385 src/filemanager/chown.c             ok = do_chown (panel, vpath, u, g);
vpath             387 src/filemanager/chown.c         vfs_path_free (vpath, TRUE);
vpath             409 src/filemanager/chown.c         vfs_path_t *vpath;
vpath             428 src/filemanager/chown.c         vpath = vfs_path_from_str (fname->str);
vpath             430 src/filemanager/chown.c         if (mc_stat (vpath, &sf_stat) != 0)
vpath             432 src/filemanager/chown.c             vfs_path_free (vpath, TRUE);
vpath             477 src/filemanager/chown.c                         if (mc_chown (vpath, new_user, new_group) == -1)
vpath             482 src/filemanager/chown.c                     else if (!try_chown (vpath, new_user, new_group))
vpath             491 src/filemanager/chown.c                     apply_chowns (panel, vpath, new_user, new_group);
vpath             509 src/filemanager/chown.c                     apply_chowns (panel, vpath, new_user, new_group);
vpath             526 src/filemanager/chown.c                     apply_chowns (panel, vpath, new_user, new_group);
vpath             543 src/filemanager/chown.c         vfs_path_free (vpath, TRUE);
vpath             609 src/filemanager/cmd.c     vfs_path_t *vpath;
vpath             618 src/filemanager/cmd.c     vpath = vfs_path_from_str (filename);
vpath             620 src/filemanager/cmd.c     view_file (vpath, FALSE, use_internal_view);
vpath             621 src/filemanager/cmd.c     vfs_path_free (vpath, TRUE);
vpath             977 src/filemanager/cmd.c         vfs_path_t *vpath;
vpath             979 src/filemanager/cmd.c         vpath = vfs_path_from_str (target);
vpath             980 src/filemanager/cmd.c         tree_chdir (the_tree, vpath);
vpath             981 src/filemanager/cmd.c         vfs_path_free (vpath, TRUE);
vpath            1353 src/filemanager/cmd.c     vfs_path_t *vpath;
vpath            1356 src/filemanager/cmd.c     vpath = vfs_path_from_str_flags (mc_config_get_path (), VPF_STRIP_HOME);
vpath            1357 src/filemanager/cmd.c     path = vfs_path_as_str (vpath);
vpath            1364 src/filemanager/cmd.c     vfs_path_free (vpath, TRUE);
vpath             155 src/filemanager/dir.c     vfs_path_t *vpath;
vpath             165 src/filemanager/dir.c     vpath = vfs_path_from_str (dp->d_name);
vpath             166 src/filemanager/dir.c     if (mc_lstat (vpath, buf1) == -1)
vpath             180 src/filemanager/dir.c     *link_to_dir = file_is_symlink_to_dir (vpath, buf1, stale_link);
vpath             182 src/filemanager/dir.c     vfs_path_free (vpath, TRUE);
vpath             199 src/filemanager/dir.c dir_get_dotdot_stat (const vfs_path_t * vpath, struct stat *st)
vpath             203 src/filemanager/dir.c     if ((vpath != NULL) && (st != NULL))
vpath             207 src/filemanager/dir.c         path = vfs_path_get_by_index (vpath, 0)->path;
vpath             212 src/filemanager/dir.c             tmp_vpath = vfs_path_append_new (vpath, "..", (char *) NULL);
vpath             598 src/filemanager/dir.c     vfs_path_t *vpath;
vpath             603 src/filemanager/dir.c     vpath = vfs_path_from_str (path);
vpath             604 src/filemanager/dir.c     if (mc_lstat (vpath, buf1) == -1)
vpath             606 src/filemanager/dir.c         vfs_path_free (vpath, TRUE);
vpath             620 src/filemanager/dir.c         if (mc_stat (vpath, &buf2) == 0)
vpath             626 src/filemanager/dir.c     vfs_path_free (vpath, TRUE);
vpath             634 src/filemanager/dir.c dir_list_load (dir_list * list, const vfs_path_t * vpath, GCompareFunc sort,
vpath             649 src/filemanager/dir.c     if (dir_get_dotdot_stat (vpath, &st))
vpath             653 src/filemanager/dir.c         list->callback (DIR_OPEN, (void *) vpath);
vpath             654 src/filemanager/dir.c     dirp = mc_opendir (vpath);
vpath             658 src/filemanager/dir.c     tree_store_start_check (vpath);
vpath             660 src/filemanager/dir.c     vpath_str = vfs_path_as_str (vpath);
vpath             707 src/filemanager/dir.c dir_list_reload (dir_list * list, const vfs_path_t * vpath, GCompareFunc sort,
vpath             720 src/filemanager/dir.c         list->callback (DIR_OPEN, (void *) vpath);
vpath             721 src/filemanager/dir.c     dirp = mc_opendir (vpath);
vpath             729 src/filemanager/dir.c     tree_store_start_check (vpath);
vpath             759 src/filemanager/dir.c     tmp_path = vfs_path_get_by_index (vpath, 0)->path;
vpath             760 src/filemanager/dir.c     if (vfs_path_elements_count (vpath) == 1 && IS_PATH_SEP (tmp_path[0]) && tmp_path[1] == '\0')
vpath             775 src/filemanager/dir.c         if (dir_get_dotdot_stat (vpath, &st))
vpath              81 src/filemanager/dir.h gboolean dir_list_load (dir_list * list, const vfs_path_t * vpath, GCompareFunc sort,
vpath              83 src/filemanager/dir.h gboolean dir_list_reload (dir_list * list, const vfs_path_t * vpath, GCompareFunc sort,
vpath             344 src/filemanager/file.c is_in_linklist (const GSList * lp, const vfs_path_t * vpath, const struct stat *sb)
vpath             350 src/filemanager/file.c     class = vfs_path_get_last_path_vfs (vpath);
vpath            1205 src/filemanager/file.c try_remove_file (file_op_context_t * ctx, const vfs_path_t * vpath, FileProgressStatus * status)
vpath            1207 src/filemanager/file.c     while (mc_unlink (vpath) != 0 && !ctx->skip_all)
vpath            1209 src/filemanager/file.c         *status = file_error (TRUE, _("Cannot remove file \"%s\"\n%s"), vfs_path_as_str (vpath));
vpath            1405 src/filemanager/file.c erase_file (file_op_total_context_t * tctx, file_op_context_t * ctx, const vfs_path_t * vpath)
vpath            1411 src/filemanager/file.c     if (file_progress_show_deleting (ctx, vfs_path_as_str (vpath), &tctx->progress_count))
vpath            1420 src/filemanager/file.c     if (tctx->progress_count != 0 && mc_lstat (vpath, &buf) != 0)
vpath            1426 src/filemanager/file.c     if (!try_remove_file (ctx, vpath, &return_status) && return_status == FILE_ABORT)
vpath            1463 src/filemanager/file.c recursive_erase (file_op_total_context_t * tctx, file_op_context_t * ctx, const vfs_path_t * vpath)
vpath            1470 src/filemanager/file.c     reading = mc_opendir (vpath);
vpath            1482 src/filemanager/file.c         tmp_vpath = vfs_path_append_new (vpath, next->d_name, (char *) NULL);
vpath            1500 src/filemanager/file.c     s = vfs_path_as_str (vpath);
vpath            1527 src/filemanager/file.c check_dir_is_empty (const vfs_path_t * vpath)
vpath            1533 src/filemanager/file.c     dir = mc_opendir (vpath);
vpath            1551 src/filemanager/file.c erase_dir_iff_empty (file_op_context_t * ctx, const vfs_path_t * vpath, size_t count)
vpath            1555 src/filemanager/file.c     s = vfs_path_as_str (vpath);
vpath            1564 src/filemanager/file.c     if (check_dir_is_empty (vpath) != 1)
vpath            1576 src/filemanager/file.c                       const vfs_path_t * vpath, FileProgressStatus * status)
vpath            1601 src/filemanager/file.c     erase_dir_iff_empty (ctx, vpath, tctx->progress_count);
vpath            2231 src/filemanager/file.c file_is_symlink_to_dir (const vfs_path_t * vpath, struct stat * st, gboolean * stale_link)
vpath            2241 src/filemanager/file.c         if (mc_lstat (vpath, st) != 0)
vpath            2249 src/filemanager/file.c         stale = (mc_stat (vpath, &st3) != 0);
vpath            3275 src/filemanager/file.c erase_dir (file_op_total_context_t * tctx, file_op_context_t * ctx, const vfs_path_t * vpath)
vpath            3277 src/filemanager/file.c     file_progress_show_deleting (ctx, vfs_path_as_str (vpath), NULL);
vpath            3291 src/filemanager/file.c     if (check_dir_is_empty (vpath) == 0)
vpath            3295 src/filemanager/file.c         error = query_recursive (ctx, vfs_path_as_str (vpath));
vpath            3297 src/filemanager/file.c             error = recursive_erase (tctx, ctx, vpath);
vpath            3301 src/filemanager/file.c     return try_erase_dir (ctx, vfs_path_as_str (vpath));
vpath            3557 src/filemanager/file.c             vfs_path_t *vpath;
vpath            3560 src/filemanager/file.c             vpath = vfs_path_from_str (PATH_SEP_STR);
vpath            3561 src/filemanager/file.c             chdir_retcode = mc_chdir (vpath);
vpath            3562 src/filemanager/file.c             vfs_path_free (vpath, TRUE);
vpath              53 src/filemanager/file.h                               const vfs_path_t * vpath);
vpath            1135 src/filemanager/filegui.c file_progress_show_source (file_op_context_t * ctx, const vfs_path_t * vpath)
vpath            1144 src/filemanager/filegui.c     if (vpath != NULL)
vpath            1148 src/filemanager/filegui.c         s = vfs_path_tokens_get (vpath, -1, 1);
vpath            1163 src/filemanager/filegui.c file_progress_show_target (file_op_context_t * ctx, const vfs_path_t * vpath)
vpath            1172 src/filemanager/filegui.c     if (vpath != NULL)
vpath            1175 src/filemanager/filegui.c         label_set_text (ui->tgt_file, truncFileStringSecure (ui->op_dlg, vfs_path_as_str (vpath)));
vpath            1304 src/filemanager/filegui.c     vfs_path_t *vpath;
vpath            1320 src/filemanager/filegui.c     vpath = vfs_path_from_str_flags (def_text, only_one ? VPF_NO_CANON : VPF_NONE);
vpath            1321 src/filemanager/filegui.c     tmp = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_PASSWORD);
vpath            1322 src/filemanager/filegui.c     vfs_path_free (vpath, TRUE);
vpath            1459 src/filemanager/filegui.c         vpath = vfs_path_from_str (dest_dir);
vpath            1472 src/filemanager/filegui.c                     || (mc_stat (vpath, &buf) == 0 && S_ISDIR (buf.st_mode))))
vpath            1475 src/filemanager/filegui.c                     || (only_one && mc_stat (vpath, &buf) == 0 && S_ISDIR (buf.st_mode)))))
vpath            1489 src/filemanager/filegui.c         vfs_path_free (vpath, TRUE);
vpath              35 src/filemanager/filegui.h void file_progress_show_source (file_op_context_t * ctx, const vfs_path_t * vpath);
vpath              36 src/filemanager/filegui.h void file_progress_show_target (file_op_context_t * ctx, const vfs_path_t * vpath);
vpath             649 src/filemanager/filemanager.c         vfs_path_t *vpath;
vpath             652 src/filemanager/filemanager.c             vpath = vfs_path_from_str (other_dir);
vpath             654 src/filemanager/filemanager.c             vpath = vfs_path_append_new (original_dir, other_dir, (char *) NULL);
vpath             655 src/filemanager/filemanager.c         mc_chdir (vpath);
vpath             656 src/filemanager/filemanager.c         vfs_path_free (vpath, TRUE);
vpath             665 src/filemanager/filemanager.c         vfs_path_t *vpath;
vpath             668 src/filemanager/filemanager.c             vpath = vfs_path_from_str (current_dir);
vpath             670 src/filemanager/filemanager.c             vpath = vfs_path_append_new (original_dir, current_dir, (char *) NULL);
vpath             671 src/filemanager/filemanager.c         mc_chdir (vpath);
vpath             672 src/filemanager/filemanager.c         vfs_path_free (vpath, TRUE);
vpath             735 src/filemanager/filemanager.c         vfs_path_t *vpath;
vpath             738 src/filemanager/filemanager.c         vpath = vfs_path_append_new (panel->cwd_vpath, fe->fname->str, (char *) NULL);
vpath             739 src/filemanager/filemanager.c         i = mc_readlink (vpath, buffer, sizeof (buffer) - 1);
vpath             740 src/filemanager/filemanager.c         vfs_path_free (vpath, TRUE);
vpath             862 src/filemanager/filemanager.c     vfs_path_t *vpath;
vpath             868 src/filemanager/filemanager.c     vpath = vfs_path_from_str (d);
vpath             869 src/filemanager/filemanager.c     ret = mc_chdir (vpath);
vpath             871 src/filemanager/filemanager.c     vfs_path_free (vpath, TRUE);
vpath             946 src/filemanager/filemanager.c     vfs_path_t *vpath;
vpath             948 src/filemanager/filemanager.c     vpath = vfs_path_from_str (filename);
vpath             949 src/filemanager/filemanager.c     if (!vfs_file_is_local (vpath) || g_path_is_absolute (filename))
vpath             950 src/filemanager/filemanager.c         return vpath;
vpath             952 src/filemanager/filemanager.c     vfs_path_free (vpath, TRUE);
vpath             976 src/filemanager/filemanager.c             vfs_path_t *vpath = NULL;
vpath             979 src/filemanager/filemanager.c                 vpath = prepend_cwd_on_local ((char *) mc_run_param0);
vpath             981 src/filemanager/filemanager.c             ret = view_file (vpath, FALSE, TRUE);
vpath             982 src/filemanager/filemanager.c             vfs_path_free (vpath, TRUE);
vpath              64 src/filemanager/filenot.c get_absolute_name (const vfs_path_t * vpath)
vpath              66 src/filemanager/filenot.c     if (vpath == NULL)
vpath              69 src/filemanager/filenot.c     if (IS_PATH_SEP (*vfs_path_get_by_index (vpath, 0)->path))
vpath              70 src/filemanager/filenot.c         return vfs_path_clone (vpath);
vpath              72 src/filemanager/filenot.c     return vfs_path_append_vpath_new (vfs_get_raw_current_dir (), vpath, NULL);
vpath              78 src/filemanager/filenot.c my_mkdir_rec (const vfs_path_t * vpath, mode_t mode)
vpath              83 src/filemanager/filenot.c     if (mc_mkdir (vpath, mode) == 0)
vpath              89 src/filemanager/filenot.c     if (!vfs_file_is_local (vpath))
vpath              92 src/filemanager/filenot.c     if (strcmp (vfs_path_as_str (vpath), PATH_SEP_STR) == 0)
vpath              98 src/filemanager/filenot.c     q = vfs_path_append_new (vpath, "..", (char *) NULL);
vpath             103 src/filemanager/filenot.c         result = mc_mkdir (vpath, mode);
vpath             113 src/filemanager/filenot.c my_mkdir (const vfs_path_t * vpath, mode_t mode)
vpath             117 src/filemanager/filenot.c     result = my_mkdir_rec (vpath, mode);
vpath             122 src/filemanager/filenot.c         my_s = get_absolute_name (vpath);
vpath             134 src/filemanager/filenot.c     vfs_path_t *vpath;
vpath             136 src/filemanager/filenot.c     vpath = vfs_path_from_str_flags (path, VPF_NO_CANON);
vpath             138 src/filemanager/filenot.c     result = mc_rmdir (vpath);
vpath             143 src/filemanager/filenot.c         my_s = get_absolute_name (vpath);
vpath             146 src/filemanager/filenot.c     vfs_path_free (vpath, TRUE);
vpath              21 src/filemanager/filenot.h int my_mkdir (const vfs_path_t * vpath, mode_t mode);
vpath              21 src/filemanager/fileopctx.h typedef int (*mc_stat_fn) (const vfs_path_t * vpath, struct stat * buf);
vpath            1015 src/filemanager/find.c     vfs_path_t *vpath;
vpath            1019 src/filemanager/find.c     vpath = vfs_path_build_filename (directory, filename, (char *) NULL);
vpath            1021 src/filemanager/find.c     if (mc_stat (vpath, &s) != 0 || !S_ISREG (s.st_mode))
vpath            1023 src/filemanager/find.c         vfs_path_free (vpath, TRUE);
vpath            1027 src/filemanager/find.c     file_fd = mc_open (vpath, O_RDONLY);
vpath            1028 src/filemanager/find.c     vfs_path_free (vpath, TRUE);
vpath             266 src/filemanager/info.c             vfs_path_t *vpath;
vpath             271 src/filemanager/info.c             vpath = vfs_path_from_str (fe->fname->str);
vpath             274 src/filemanager/info.c             if (mc_fgetflags (vpath, &attr) == 0)
vpath             280 src/filemanager/info.c             vfs_path_free (vpath, TRUE);
vpath            1470 src/filemanager/panel.c directory_history_add (WPanel * panel, const vfs_path_t * vpath)
vpath            1474 src/filemanager/panel.c     tmp = vfs_path_to_str_flags (vpath, 0, VPF_STRIP_PASSWORD);
vpath            2072 src/filemanager/panel.c             vfs_path_t *vpath;
vpath            2074 src/filemanager/panel.c             vpath = vfs_path_from_str (fe->fname->str);
vpath            2075 src/filemanager/panel.c             panel_cd (panel, vpath, cd_exact);
vpath            2076 src/filemanager/panel.c             vfs_path_free (vpath, TRUE);
vpath            2414 src/filemanager/panel.c         vfs_path_t *vpath;
vpath            2416 src/filemanager/panel.c         vpath = vfs_path_from_str (fe->fname->str);
vpath            2417 src/filemanager/panel.c         panel_cd (panel, vpath, cd_exact);
vpath            2418 src/filemanager/panel.c         vfs_path_free (vpath, TRUE);
vpath            3380 src/filemanager/panel.c subshell_chdir (const vfs_path_t * vpath)
vpath            3384 src/filemanager/panel.c         do_subshell_chdir (vpath, FALSE);
vpath            3386 src/filemanager/panel.c     (void) vpath;
vpath            4145 src/filemanager/panel.c         vfs_path_t *vpath;
vpath            4147 src/filemanager/panel.c         vpath = vfs_path_from_str (list->list[i].fname->str);
vpath            4148 src/filemanager/panel.c         if (mc_lstat (vpath, &list->list[i].st) != 0)
vpath            4156 src/filemanager/panel.c         vfs_path_free (vpath, TRUE);
vpath            4309 src/filemanager/panel.c panel_recursive_cd_to_parent (const vfs_path_t * vpath)
vpath            4313 src/filemanager/panel.c     cwd_vpath = vfs_path_clone (vpath);
vpath            4438 src/filemanager/panel.c panel_set_cwd (WPanel * panel, const vfs_path_t * vpath)
vpath            4440 src/filemanager/panel.c     if (vpath != panel->cwd_vpath)      /* check if new vpath is not the panel->cwd_vpath object */
vpath            4443 src/filemanager/panel.c         panel->cwd_vpath = vfs_path_clone (vpath);
vpath            4456 src/filemanager/panel.c panel_set_lwd (WPanel * panel, const vfs_path_t * vpath)
vpath            4458 src/filemanager/panel.c     if (vpath != panel->lwd_vpath)      /* check if new vpath is not the panel->lwd_vpath object */
vpath            4461 src/filemanager/panel.c         panel->lwd_vpath = vfs_path_clone (vpath);
vpath            4569 src/filemanager/panel.c                           const vfs_path_t * vpath)
vpath            4579 src/filemanager/panel.c     if (vpath != NULL)
vpath            4582 src/filemanager/panel.c         panel_set_cwd (panel, vpath);
vpath            4988 src/filemanager/panel.c remove_encoding_from_path (const vfs_path_t * vpath)
vpath            4998 src/filemanager/panel.c     for (indx = 0; indx < vfs_path_elements_count (vpath); indx++)
vpath            5003 src/filemanager/panel.c         path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, indx));
vpath             157 src/filemanager/panel.h                                   const vfs_path_t * vpath);
vpath             167 src/filemanager/panel.h vfs_path_t *remove_encoding_from_path (const vfs_path_t * vpath);
vpath             194 src/filemanager/panel.h void panel_set_cwd (WPanel * panel, const vfs_path_t * vpath);
vpath             195 src/filemanager/panel.h void panel_set_lwd (WPanel * panel, const vfs_path_t * vpath);
vpath             234 src/filemanager/panel.h panel_with_dir_new (const char *panel_name, const vfs_path_t * vpath)
vpath             237 src/filemanager/panel.h     return panel_sized_with_dir_new (panel_name, 0, 0, 1, 1, vpath);
vpath             209 src/filemanager/tree.c     vfs_path_t *vpath;
vpath             214 src/filemanager/tree.c     vpath = vfs_path_from_str (mc_config_get_home_dir ());
vpath             215 src/filemanager/tree.c     tree_chdir (tree, vpath);
vpath             216 src/filemanager/tree.c     vfs_path_free (vpath, TRUE);
vpath            1339 src/filemanager/tree.c sync_tree (const vfs_path_t * vpath)
vpath            1341 src/filemanager/tree.c     tree_chdir (the_tree, vpath);
vpath              30 src/filemanager/tree.h void sync_tree (const vfs_path_t * vpath);
vpath             269 src/filemanager/treestore.c                         vfs_path_t *vpath;
vpath             271 src/filemanager/treestore.c                         vpath = vfs_path_from_str (oldname);
vpath             273 src/filemanager/treestore.c                         if (vfs_file_is_local (vpath))
vpath             282 src/filemanager/treestore.c                         vfs_path_free (vpath, TRUE);
vpath             288 src/filemanager/treestore.c                 vfs_path_t *vpath;
vpath             290 src/filemanager/treestore.c                 vpath = vfs_path_from_str (lc_name);
vpath             291 src/filemanager/treestore.c                 if (vfs_file_is_local (vpath))
vpath             293 src/filemanager/treestore.c                     e = tree_store_add_entry (vpath);
vpath             296 src/filemanager/treestore.c                 vfs_path_free (vpath, TRUE);
vpath             323 src/filemanager/treestore.c encode (const vfs_path_t * vpath, size_t offset)
vpath             325 src/filemanager/treestore.c     return strutils_escape (vfs_path_as_str (vpath) + offset, -1, "\n\\", FALSE);
vpath             560 src/filemanager/treestore.c should_skip_directory (const vfs_path_t * vpath)
vpath             579 src/filemanager/treestore.c         if (strncmp (vfs_path_as_str (vpath), l->data, strlen (l->data)) == 0)
vpath             800 src/filemanager/treestore.c tree_store_start_check (const vfs_path_t * vpath)
vpath             812 src/filemanager/treestore.c     current = tree_store_whereis (vpath);
vpath             817 src/filemanager/treestore.c         if (mc_stat (vpath, &s) == -1 || !S_ISDIR (s.st_mode))
vpath             820 src/filemanager/treestore.c         current = tree_store_add_entry (vpath);
vpath             821 src/filemanager/treestore.c         ts.check_name = vfs_path_clone (vpath);
vpath             826 src/filemanager/treestore.c     ts.check_name = vfs_path_clone (vpath);
vpath             900 src/filemanager/treestore.c tree_store_rescan (const vfs_path_t * vpath)
vpath             906 src/filemanager/treestore.c     if (should_skip_directory (vpath))
vpath             908 src/filemanager/treestore.c         entry = tree_store_add_entry (vpath);
vpath             913 src/filemanager/treestore.c     entry = tree_store_start_check (vpath);
vpath             917 src/filemanager/treestore.c     dirp = mc_opendir (vpath);
vpath             927 src/filemanager/treestore.c                 tmp_vpath = vfs_path_append_new (vpath, dp->d_name, (char *) NULL);
vpath              53 src/filemanager/treestore.h tree_entry *tree_store_start_check (const vfs_path_t * vpath);
vpath              57 src/filemanager/treestore.h tree_entry *tree_store_rescan (const vfs_path_t * vpath);
vpath             345 src/main.c             vfs_path_t *vpath;
vpath             348 src/main.c             vpath = vfs_path_from_str (buffer);
vpath             349 src/main.c             if (vfs_file_is_local (vpath))
vpath             353 src/main.c             vfs_path_free (vpath, TRUE);
vpath            1686 src/subshell/common.c do_subshell_chdir (const vfs_path_t * vpath, gboolean update_prompt)
vpath            1733 src/subshell/common.c     if (vpath == NULL)
vpath            1739 src/subshell/common.c         translate = vfs_translate_path (vfs_path_as_str (vpath));
vpath              49 src/subshell/subshell.h void do_subshell_chdir (const vfs_path_t * vpath, gboolean update_prompt);
vpath             226 src/vfs/cpio/cpio.c cpio_open_cpio_file (struct vfs_class *me, struct vfs_s_super *super, const vfs_path_t * vpath)
vpath             233 src/vfs/cpio/cpio.c     fd = mc_open (vpath, O_RDONLY);
vpath             236 src/vfs/cpio/cpio.c         message (D_ERROR, MSG_ERROR, _("Cannot open cpio archive\n%s"), vfs_path_as_str (vpath));
vpath             240 src/vfs/cpio/cpio.c     super->name = g_strdup (vfs_path_as_str (vpath));
vpath             242 src/vfs/cpio/cpio.c     mc_stat (vpath, &arch->st);
vpath             772 src/vfs/cpio/cpio.c cpio_open_archive (struct vfs_s_super *super, const vfs_path_t * vpath,
vpath             777 src/vfs/cpio/cpio.c     if (cpio_open_cpio_file (vpath_element->class, super, vpath) == -1)
vpath             793 src/vfs/cpio/cpio.c                          vfs_path_as_str (vpath));
vpath             813 src/vfs/cpio/cpio.c cpio_super_check (const vfs_path_t * vpath)
vpath             818 src/vfs/cpio/cpio.c     stat_result = mc_stat (vpath, &sb);
vpath             826 src/vfs/cpio/cpio.c                  const vfs_path_t * vpath, void *cookie)
vpath             832 src/vfs/cpio/cpio.c     if (strcmp (parc->name, vfs_path_as_str (vpath)))
vpath             768 src/vfs/extfs/extfs.c extfs_get_path (const vfs_path_t * vpath, struct extfs_super_t **archive, int flags)
vpath             777 src/vfs/extfs/extfs.c     path_element = vfs_path_get_by_index (vpath, -1);
vpath             783 src/vfs/extfs/extfs.c     archive_name = vfs_path_to_str_elements_count (vpath, -1);
vpath             899 src/vfs/extfs/extfs.c         vfs_path_t *vpath;
vpath             902 src/vfs/extfs/extfs.c         vpath = vfs_path_from_str (archive_name);
vpath             903 src/vfs/extfs/extfs.c         path = vfs_path_get_last_path_str (vpath);
vpath             905 src/vfs/extfs/extfs.c         vfs_path_free (vpath, TRUE);
vpath            1004 src/vfs/extfs/extfs.c extfs_run (const vfs_path_t * vpath)
vpath            1012 src/vfs/extfs/extfs.c     p = extfs_get_path (vpath, &archive, FL_NONE);
vpath            1032 src/vfs/extfs/extfs.c extfs_open (const vfs_path_t * vpath, int flags, mode_t mode)
vpath            1041 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
vpath            1167 src/vfs/extfs/extfs.c extfs_opendir (const vfs_path_t * vpath)
vpath            1174 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
vpath            1239 src/vfs/extfs/extfs.c extfs_internal_stat (const vfs_path_t * vpath, struct stat *buf, gboolean resolve)
vpath            1246 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
vpath            1267 src/vfs/extfs/extfs.c extfs_stat (const vfs_path_t * vpath, struct stat *buf)
vpath            1269 src/vfs/extfs/extfs.c     return extfs_internal_stat (vpath, buf, TRUE);
vpath            1275 src/vfs/extfs/extfs.c extfs_lstat (const vfs_path_t * vpath, struct stat *buf)
vpath            1277 src/vfs/extfs/extfs.c     return extfs_internal_stat (vpath, buf, FALSE);
vpath            1294 src/vfs/extfs/extfs.c extfs_readlink (const vfs_path_t * vpath, char *buf, size_t size)
vpath            1302 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
vpath            1310 src/vfs/extfs/extfs.c         VFS_CLASS (vfs_path_get_last_path_vfs (vpath))->verrno = EINVAL;
vpath            1326 src/vfs/extfs/extfs.c extfs_chown (const vfs_path_t * vpath, uid_t owner, gid_t group)
vpath            1328 src/vfs/extfs/extfs.c     (void) vpath;
vpath            1337 src/vfs/extfs/extfs.c extfs_chmod (const vfs_path_t * vpath, mode_t mode)
vpath            1339 src/vfs/extfs/extfs.c     (void) vpath;
vpath            1358 src/vfs/extfs/extfs.c extfs_unlink (const vfs_path_t * vpath)
vpath            1365 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
vpath            1376 src/vfs/extfs/extfs.c         VFS_CLASS (vfs_path_get_last_path_vfs (vpath))->verrno = EISDIR;
vpath            1393 src/vfs/extfs/extfs.c extfs_mkdir (const vfs_path_t * vpath, mode_t mode)
vpath            1403 src/vfs/extfs/extfs.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath            1404 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
vpath            1439 src/vfs/extfs/extfs.c extfs_rmdir (const vfs_path_t * vpath)
vpath            1446 src/vfs/extfs/extfs.c     q = extfs_get_path (vpath, &archive, FL_NONE);
vpath            1457 src/vfs/extfs/extfs.c         VFS_CLASS (vfs_path_get_last_path_vfs (vpath))->verrno = ENOTDIR;
vpath            1475 src/vfs/extfs/extfs.c extfs_chdir (const vfs_path_t * vpath)
vpath            1480 src/vfs/extfs/extfs.c     data = extfs_opendir (vpath);
vpath            1501 src/vfs/extfs/extfs.c extfs_getid (const vfs_path_t * vpath)
vpath            1506 src/vfs/extfs/extfs.c     p = extfs_get_path (vpath, &archive, FL_NO_OPEN);
vpath            1513 src/vfs/extfs/extfs.c extfs_getlocalcopy (const vfs_path_t * vpath)
vpath            1518 src/vfs/extfs/extfs.c     fh = VFS_FILE_HANDLER (extfs_open (vpath, O_RDONLY, 0));
vpath            1535 src/vfs/extfs/extfs.c extfs_ungetlocalcopy (const vfs_path_t * vpath, const vfs_path_t * local, gboolean has_changed)
vpath            1539 src/vfs/extfs/extfs.c     fh = VFS_FILE_HANDLER (extfs_open (vpath, O_RDONLY, 0));
vpath            1698 src/vfs/extfs/extfs.c extfs_setctl (const vfs_path_t * vpath, int ctlop, void *arg)
vpath            1704 src/vfs/extfs/extfs.c         extfs_run (vpath);
vpath            1021 src/vfs/ftpfs/ftpfs.c                     const vfs_path_t * vpath, const vfs_path_element_t * vpath_element)
vpath            1023 src/vfs/ftpfs/ftpfs.c     (void) vpath;
vpath            1038 src/vfs/ftpfs/ftpfs.c                     const vfs_path_t * vpath, void *cookie)
vpath            1043 src/vfs/ftpfs/ftpfs.c     (void) vpath;
vpath            2118 src/vfs/ftpfs/ftpfs.c ftpfs_send_command (const vfs_path_t * vpath, const char *cmd, int flags)
vpath            2127 src/vfs/ftpfs/ftpfs.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath            2129 src/vfs/ftpfs/ftpfs.c     rpath = vfs_s_get_path (vpath, &super, 0);
vpath            2152 src/vfs/ftpfs/ftpfs.c ftpfs_stat (const vfs_path_t * vpath, struct stat *buf)
vpath            2156 src/vfs/ftpfs/ftpfs.c     ret = vfs_s_stat (vpath, buf);
vpath            2164 src/vfs/ftpfs/ftpfs.c ftpfs_lstat (const vfs_path_t * vpath, struct stat *buf)
vpath            2168 src/vfs/ftpfs/ftpfs.c     ret = vfs_s_lstat (vpath, buf);
vpath            2188 src/vfs/ftpfs/ftpfs.c ftpfs_chmod (const vfs_path_t * vpath, mode_t mode)
vpath            2194 src/vfs/ftpfs/ftpfs.c     ret = ftpfs_send_command (vpath, buf, OPT_FLUSH);
vpath            2201 src/vfs/ftpfs/ftpfs.c ftpfs_chown (const vfs_path_t * vpath, uid_t owner, gid_t group)
vpath            2204 src/vfs/ftpfs/ftpfs.c     (void) vpath;
vpath            2213 src/vfs/ftpfs/ftpfs.c     (void) vpath;
vpath            2223 src/vfs/ftpfs/ftpfs.c ftpfs_unlink (const vfs_path_t * vpath)
vpath            2225 src/vfs/ftpfs/ftpfs.c     return ftpfs_send_command (vpath, "DELE /%s", OPT_FLUSH);
vpath            2279 src/vfs/ftpfs/ftpfs.c ftpfs_mkdir (const vfs_path_t * vpath, mode_t mode)
vpath            2283 src/vfs/ftpfs/ftpfs.c     return ftpfs_send_command (vpath, "MKD /%s", OPT_FLUSH);
vpath            2289 src/vfs/ftpfs/ftpfs.c ftpfs_rmdir (const vfs_path_t * vpath)
vpath            2291 src/vfs/ftpfs/ftpfs.c     return ftpfs_send_command (vpath, "RMD /%s", OPT_FLUSH);
vpath            2335 src/vfs/ftpfs/ftpfs.c                 vfs_path_t *vpath;
vpath            2338 src/vfs/ftpfs/ftpfs.c                 handle = vfs_mkstemps (&vpath, me->name, fh->ino->ent->name);
vpath            2343 src/vfs/ftpfs/ftpfs.c                 fh->ino->localname = vfs_path_free (vpath, FALSE);
vpath              63 src/vfs/local/local.c local_open (const vfs_path_t * vpath, int flags, mode_t mode)
vpath              69 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath              83 src/vfs/local/local.c local_opendir (const vfs_path_t * vpath)
vpath              89 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             144 src/vfs/local/local.c local_stat (const vfs_path_t * vpath, struct stat *buf)
vpath             148 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             155 src/vfs/local/local.c local_lstat (const vfs_path_t * vpath, struct stat *buf)
vpath             159 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             170 src/vfs/local/local.c local_chmod (const vfs_path_t * vpath, mode_t mode)
vpath             174 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             181 src/vfs/local/local.c local_chown (const vfs_path_t * vpath, uid_t owner, gid_t group)
vpath             185 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             194 src/vfs/local/local.c local_fgetflags (const vfs_path_t * vpath, unsigned long *flags)
vpath             198 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             205 src/vfs/local/local.c local_fsetflags (const vfs_path_t * vpath, unsigned long flags)
vpath             209 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             218 src/vfs/local/local.c local_utime (const vfs_path_t * vpath, mc_timesbuf_t * times)
vpath             223 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             235 src/vfs/local/local.c local_readlink (const vfs_path_t * vpath, char *buf, size_t size)
vpath             239 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             246 src/vfs/local/local.c local_unlink (const vfs_path_t * vpath)
vpath             250 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             310 src/vfs/local/local.c local_chdir (const vfs_path_t * vpath)
vpath             314 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             321 src/vfs/local/local.c local_mknod (const vfs_path_t * vpath, mode_t mode, dev_t dev)
vpath             325 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             344 src/vfs/local/local.c local_mkdir (const vfs_path_t * vpath, mode_t mode)
vpath             348 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             355 src/vfs/local/local.c local_rmdir (const vfs_path_t * vpath)
vpath             359 src/vfs/local/local.c     path = vfs_path_get_last_path_str (vpath);
vpath             366 src/vfs/local/local.c local_getlocalcopy (const vfs_path_t * vpath)
vpath             368 src/vfs/local/local.c     return vfs_path_clone (vpath);
vpath             374 src/vfs/local/local.c local_ungetlocalcopy (const vfs_path_t * vpath, const vfs_path_t * local, gboolean has_changed)
vpath             376 src/vfs/local/local.c     (void) vpath;
vpath             137 src/vfs/sfs/sfs.c sfs_vfmake (const vfs_path_t * vpath, vfs_path_t * cache_vpath)
vpath             149 src/vfs/sfs/sfs.c     path_element = vfs_path_get_by_index (vpath, -1);
vpath             150 src/vfs/sfs/sfs.c     pname = vfs_path_clone (vpath);
vpath             255 src/vfs/sfs/sfs.c sfs_redirect (const vfs_path_t * vpath)
vpath             262 src/vfs/sfs/sfs.c     cur = g_slist_find_custom (head, vfs_path_as_str (vpath), cachedfile_compare);
vpath             271 src/vfs/sfs/sfs.c     handle = vfs_mkstemps (&cache_vpath, "sfs", vfs_path_get_last_path_str (vpath));
vpath             278 src/vfs/sfs/sfs.c     if (sfs_vfmake (vpath, cache_vpath) == 0)
vpath             281 src/vfs/sfs/sfs.c         cf->name = g_strdup (vfs_path_as_str (vpath));
vpath             297 src/vfs/sfs/sfs.c sfs_open (const vfs_path_t * vpath /*struct vfs_class *me, const char *path */ , int flags,
vpath             303 src/vfs/sfs/sfs.c     fd = open (sfs_redirect (vpath), NO_LINEAR (flags), mode);
vpath             316 src/vfs/sfs/sfs.c sfs_stat (const vfs_path_t * vpath, struct stat *buf)
vpath             318 src/vfs/sfs/sfs.c     return stat (sfs_redirect (vpath), buf);
vpath             324 src/vfs/sfs/sfs.c sfs_lstat (const vfs_path_t * vpath, struct stat *buf)
vpath             327 src/vfs/sfs/sfs.c     return lstat (sfs_redirect (vpath), buf);
vpath             329 src/vfs/sfs/sfs.c     return statlstat (sfs_redirect (vpath), buf);
vpath             336 src/vfs/sfs/sfs.c sfs_chmod (const vfs_path_t * vpath, mode_t mode)
vpath             338 src/vfs/sfs/sfs.c     return chmod (sfs_redirect (vpath), mode);
vpath             344 src/vfs/sfs/sfs.c sfs_chown (const vfs_path_t * vpath, uid_t owner, gid_t group)
vpath             346 src/vfs/sfs/sfs.c     return chown (sfs_redirect (vpath), owner, group);
vpath             352 src/vfs/sfs/sfs.c sfs_utime (const vfs_path_t * vpath, mc_timesbuf_t * times)
vpath             355 src/vfs/sfs/sfs.c     return utimensat (AT_FDCWD, sfs_redirect (vpath), *times, 0);
vpath             357 src/vfs/sfs/sfs.c     return utime (sfs_redirect (vpath), times);
vpath             364 src/vfs/sfs/sfs.c sfs_readlink (const vfs_path_t * vpath, char *buf, size_t size)
vpath             366 src/vfs/sfs/sfs.c     return readlink (sfs_redirect (vpath), buf, size);
vpath             372 src/vfs/sfs/sfs.c sfs_getid (const vfs_path_t * vpath)
vpath             376 src/vfs/sfs/sfs.c     cur = g_slist_find_custom (head, vfs_path_as_str (vpath), cachedfile_compare);
vpath             430 src/vfs/sfs/sfs.c sfs_getlocalcopy (const vfs_path_t * vpath)
vpath             432 src/vfs/sfs/sfs.c     return vfs_path_from_str (sfs_redirect (vpath));
vpath             438 src/vfs/sfs/sfs.c sfs_ungetlocalcopy (const vfs_path_t * vpath, const vfs_path_t * local, gboolean has_changed)
vpath             440 src/vfs/sfs/sfs.c     (void) vpath;
vpath             124 src/vfs/sftpfs/config_parser.c     vfs_path_t *vpath;
vpath             128 src/vfs/sftpfs/config_parser.c     vpath = vfs_path_from_str (fn);
vpath             130 src/vfs/sftpfs/config_parser.c     return vfs_path_free (vpath, FALSE);
vpath              66 src/vfs/sftpfs/dir.c sftpfs_opendir (const vfs_path_t * vpath, GError ** mcerror)
vpath              74 src/vfs/sftpfs/dir.c     if (!sftpfs_op_init (&sftpfs_super, &path_element, vpath, mcerror))
vpath             167 src/vfs/sftpfs/dir.c sftpfs_mkdir (const vfs_path_t * vpath, mode_t mode, GError ** mcerror)
vpath             174 src/vfs/sftpfs/dir.c     if (!sftpfs_op_init (&sftpfs_super, &path_element, vpath, mcerror))
vpath             204 src/vfs/sftpfs/dir.c sftpfs_rmdir (const vfs_path_t * vpath, GError ** mcerror)
vpath             211 src/vfs/sftpfs/dir.c     if (!sftpfs_op_init (&sftpfs_super, &path_element, vpath, mcerror))
vpath             118 src/vfs/sftpfs/internal.c                   const vfs_path_t * vpath, GError ** mcerror, int stat_type,
vpath             124 src/vfs/sftpfs/internal.c     if (!sftpfs_op_init (super, path_element, vpath, mcerror))
vpath             224 src/vfs/sftpfs/internal.c                 const vfs_path_t * vpath, GError ** mcerror)
vpath             230 src/vfs/sftpfs/internal.c     if (vfs_s_get_path (vpath, &lc_super, 0) == NULL)
vpath             240 src/vfs/sftpfs/internal.c     *path_element = vfs_path_get_by_index (vpath, -1);
vpath             287 src/vfs/sftpfs/internal.c sftpfs_lstat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror)
vpath             294 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
vpath             315 src/vfs/sftpfs/internal.c sftpfs_stat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror)
vpath             322 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_STAT, &attrs);
vpath             345 src/vfs/sftpfs/internal.c sftpfs_readlink (const vfs_path_t * vpath, char *buf, size_t size, GError ** mcerror)
vpath             352 src/vfs/sftpfs/internal.c     if (!sftpfs_op_init (&super, &path_element, vpath, mcerror))
vpath             437 src/vfs/sftpfs/internal.c sftpfs_utime (const vfs_path_t * vpath, time_t atime, time_t mtime, GError ** mcerror)
vpath             445 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
vpath             491 src/vfs/sftpfs/internal.c sftpfs_chmod (const vfs_path_t * vpath, mode_t mode, GError ** mcerror)
vpath             499 src/vfs/sftpfs/internal.c     res = sftpfs_stat_init (&super, &path_element, vpath, mcerror, LIBSSH2_SFTP_LSTAT, &attrs);
vpath             543 src/vfs/sftpfs/internal.c sftpfs_unlink (const vfs_path_t * vpath, GError ** mcerror)
vpath             550 src/vfs/sftpfs/internal.c     if (!sftpfs_op_init (&super, &path_element, vpath, mcerror))
vpath              79 src/vfs/sftpfs/internal.h                          const vfs_path_t * vpath, GError ** mcerror);
vpath              82 src/vfs/sftpfs/internal.h int sftpfs_lstat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror);
vpath              83 src/vfs/sftpfs/internal.h int sftpfs_stat (const vfs_path_t * vpath, struct stat *buf, GError ** mcerror);
vpath              84 src/vfs/sftpfs/internal.h int sftpfs_readlink (const vfs_path_t * vpath, char *buf, size_t size, GError ** mcerror);
vpath              86 src/vfs/sftpfs/internal.h int sftpfs_utime (const vfs_path_t * vpath, time_t atime, time_t mtime, GError ** mcerror);
vpath              87 src/vfs/sftpfs/internal.h int sftpfs_chmod (const vfs_path_t * vpath, mode_t mode, GError ** mcerror);
vpath              88 src/vfs/sftpfs/internal.h int sftpfs_unlink (const vfs_path_t * vpath, GError ** mcerror);
vpath              98 src/vfs/sftpfs/internal.h void *sftpfs_opendir (const vfs_path_t * vpath, GError ** mcerror);
vpath             101 src/vfs/sftpfs/internal.h int sftpfs_mkdir (const vfs_path_t * vpath, mode_t mode, GError ** mcerror);
vpath             102 src/vfs/sftpfs/internal.h int sftpfs_rmdir (const vfs_path_t * vpath, GError ** mcerror);
vpath             107 src/vfs/sftpfs/sftpfs.c sftpfs_cb_open (const vfs_path_t * vpath, int flags, mode_t mode)
vpath             117 src/vfs/sftpfs/sftpfs.c     path_super = vfs_s_get_path (vpath, &super, 0);
vpath             121 src/vfs/sftpfs/sftpfs.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath             180 src/vfs/sftpfs/sftpfs.c sftpfs_cb_opendir (const vfs_path_t * vpath)
vpath             188 src/vfs/sftpfs/sftpfs.c     ret_value = sftpfs_opendir (vpath, &mcerror);
vpath             254 src/vfs/sftpfs/sftpfs.c sftpfs_cb_lstat (const vfs_path_t * vpath, struct stat *buf)
vpath             259 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_lstat (vpath, buf, &mcerror);
vpath             274 src/vfs/sftpfs/sftpfs.c sftpfs_cb_stat (const vfs_path_t * vpath, struct stat *buf)
vpath             279 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_stat (vpath, buf, &mcerror);
vpath             315 src/vfs/sftpfs/sftpfs.c sftpfs_cb_readlink (const vfs_path_t * vpath, char *buf, size_t size)
vpath             320 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_readlink (vpath, buf, size, &mcerror);
vpath             335 src/vfs/sftpfs/sftpfs.c sftpfs_cb_utime (const vfs_path_t * vpath, mc_timesbuf_t * times)
vpath             348 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_utime (vpath, atime, mtime, &mcerror);
vpath             384 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mknod (const vfs_path_t * vpath, mode_t mode, dev_t dev)
vpath             386 src/vfs/sftpfs/sftpfs.c     (void) vpath;
vpath             422 src/vfs/sftpfs/sftpfs.c sftpfs_cb_chown (const vfs_path_t * vpath, uid_t owner, gid_t group)
vpath             424 src/vfs/sftpfs/sftpfs.c     (void) vpath;
vpath             522 src/vfs/sftpfs/sftpfs.c sftpfs_cb_chmod (const vfs_path_t * vpath, mode_t mode)
vpath             527 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_chmod (vpath, mode, &mcerror);
vpath             542 src/vfs/sftpfs/sftpfs.c sftpfs_cb_mkdir (const vfs_path_t * vpath, mode_t mode)
vpath             547 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_mkdir (vpath, mode, &mcerror);
vpath             561 src/vfs/sftpfs/sftpfs.c sftpfs_cb_rmdir (const vfs_path_t * vpath)
vpath             566 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_rmdir (vpath, &mcerror);
vpath             602 src/vfs/sftpfs/sftpfs.c sftpfs_cb_unlink (const vfs_path_t * vpath)
vpath             607 src/vfs/sftpfs/sftpfs.c     rc = sftpfs_unlink (vpath, &mcerror);
vpath             689 src/vfs/sftpfs/sftpfs.c                      const vfs_path_t * vpath, void *cookie)
vpath             694 src/vfs/sftpfs/sftpfs.c     (void) vpath;
vpath             734 src/vfs/sftpfs/sftpfs.c sftpfs_open_archive (struct vfs_s_super *super, const vfs_path_t * vpath,
vpath             741 src/vfs/sftpfs/sftpfs.c     (void) vpath;
vpath             664 src/vfs/shell/shell.c                     const vfs_path_t * vpath, const vfs_path_element_t * vpath_element)
vpath             668 src/vfs/shell/shell.c     (void) vpath;
vpath             728 src/vfs/shell/shell.c                     const vfs_path_t * vpath, void *cookie)
vpath             733 src/vfs/shell/shell.c     (void) vpath;
vpath            1346 src/vfs/shell/shell.c shell_stat (const vfs_path_t * vpath, struct stat *buf)
vpath            1350 src/vfs/shell/shell.c     ret = vfs_s_stat (vpath, buf);
vpath            1358 src/vfs/shell/shell.c shell_lstat (const vfs_path_t * vpath, struct stat *buf)
vpath            1362 src/vfs/shell/shell.c     ret = vfs_s_lstat (vpath, buf);
vpath            1382 src/vfs/shell/shell.c shell_chmod (const vfs_path_t * vpath, mode_t mode)
vpath            1390 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vpath            1396 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath            1411 src/vfs/shell/shell.c shell_chown (const vfs_path_t * vpath, uid_t owner, gid_t group)
vpath            1433 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vpath            1439 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath            1483 src/vfs/shell/shell.c shell_utime (const vfs_path_t * vpath, mc_timesbuf_t * times)
vpath            1496 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vpath            1520 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath            1536 src/vfs/shell/shell.c shell_unlink (const vfs_path_t * vpath)
vpath            1544 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vpath            1550 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath            1564 src/vfs/shell/shell.c shell_exists (const vfs_path_t * vpath)
vpath            1572 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vpath            1578 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath            1592 src/vfs/shell/shell.c shell_mkdir (const vfs_path_t * vpath, mode_t mode)
vpath            1602 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vpath            1608 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath            1618 src/vfs/shell/shell.c     if (shell_exists (vpath) == 0)
vpath            1629 src/vfs/shell/shell.c shell_rmdir (const vfs_path_t * vpath)
vpath            1637 src/vfs/shell/shell.c     crpath = vfs_s_get_path (vpath, &super, 0);
vpath            1643 src/vfs/shell/shell.c     me = VFS_CLASS (vfs_path_get_last_path_vfs (vpath));
vpath            1685 src/vfs/shell/shell.c             vfs_path_t *vpath = NULL;
vpath            1688 src/vfs/shell/shell.c             tmp_handle = vfs_mkstemps (&vpath, me->name, fh->ino->ent->name);
vpath            1692 src/vfs/shell/shell.c             fh->ino->localname = vfs_path_free (vpath, FALSE);
vpath            1750 src/vfs/shell/shell.c shell_open (const vfs_path_t * vpath, int flags, mode_t mode)
vpath            1757 src/vfs/shell/shell.c     return vfs_s_open (vpath, flags, mode);
vpath             900 src/vfs/tar/tar.c tar_open_archive_int (struct vfs_class *me, const vfs_path_t * vpath, struct vfs_s_super *archive)
vpath             907 src/vfs/tar/tar.c     result = mc_open (vpath, O_RDONLY);
vpath             910 src/vfs/tar/tar.c         message (D_ERROR, MSG_ERROR, _("Cannot open tar archive\n%s"), vfs_path_as_str (vpath));
vpath             914 src/vfs/tar/tar.c     archive->name = g_strdup (vfs_path_as_str (vpath));
vpath             915 src/vfs/tar/tar.c     mc_stat (vpath, &arch->st);
vpath             968 src/vfs/tar/tar.c tar_open_archive (struct vfs_s_super *archive, const vfs_path_t * vpath,
vpath             976 src/vfs/tar/tar.c     if (!tar_open_archive_int (vpath_element->class, vpath, archive))
vpath             993 src/vfs/tar/tar.c                      vfs_path_as_str (vpath));
vpath            1018 src/vfs/tar/tar.c                          vfs_path_as_str (vpath));
vpath            1049 src/vfs/tar/tar.c tar_super_check (const vfs_path_t * vpath)
vpath            1054 src/vfs/tar/tar.c     stat_result = mc_stat (vpath, &stat_buf);
vpath            1063 src/vfs/tar/tar.c                 const vfs_path_t * vpath, void *cookie)
vpath            1069 src/vfs/tar/tar.c     if (strcmp (parc->name, vfs_path_as_str (vpath)) != 0)
vpath             149 src/vfs/undelfs/undelfs.c undelfs_get_path (const vfs_path_t * vpath, char **fsname, char **file)
vpath             153 src/vfs/undelfs/undelfs.c     dirname = vfs_path_get_last_path_str (vpath);
vpath             333 src/vfs/undelfs/undelfs.c undelfs_opendir (const vfs_path_t * vpath)
vpath             338 src/vfs/undelfs/undelfs.c     class_name = vfs_path_get_last_path_vfs (vpath)->name;
vpath             339 src/vfs/undelfs/undelfs.c     undelfs_get_path (vpath, &file, &f);
vpath             433 src/vfs/undelfs/undelfs.c undelfs_open (const vfs_path_t * vpath, int flags, mode_t mode)
vpath             442 src/vfs/undelfs/undelfs.c     undelfs_get_path (vpath, &file, &f);
vpath             646 src/vfs/undelfs/undelfs.c undelfs_lstat (const vfs_path_t * vpath, struct stat *buf)
vpath             651 src/vfs/undelfs/undelfs.c     undelfs_get_path (vpath, &file, &f);
vpath             701 src/vfs/undelfs/undelfs.c undelfs_chdir (const vfs_path_t * vpath)
vpath             706 src/vfs/undelfs/undelfs.c     undelfs_get_path (vpath, &file, &f);
vpath             746 src/vfs/undelfs/undelfs.c undelfs_getid (const vfs_path_t * vpath)
vpath             751 src/vfs/undelfs/undelfs.c     undelfs_get_path (vpath, &fsname, &fname);
vpath             287 src/viewer/mcviewer.c     vfs_path_t *vpath = NULL;
vpath             335 src/viewer/mcviewer.c         vpath = vfs_path_from_str (file);
vpath             336 src/viewer/mcviewer.c         fd = mc_open (vpath, O_RDONLY | O_NONBLOCK);
vpath             465 src/viewer/mcviewer.c     vfs_path_free (vpath, TRUE);
vpath              45 tests/lib/vfs/current_dir.c test_chdir (const vfs_path_t * vpath)
vpath              47 tests/lib/vfs/current_dir.c     (void) vpath;
vpath             155 tests/lib/vfs/current_dir.c     vfs_path_t *vpath;
vpath             162 tests/lib/vfs/current_dir.c     vpath = vfs_path_from_str (data->input_cd_path);
vpath             165 tests/lib/vfs/current_dir.c     mc_chdir (vpath);
vpath             175 tests/lib/vfs/current_dir.c     vfs_path_free (vpath, TRUE);
vpath             107 tests/lib/vfs/path_len.c     vfs_path_t *vpath;
vpath             110 tests/lib/vfs/path_len.c     vpath = vfs_path_from_str (data->input_path);
vpath             113 tests/lib/vfs/path_len.c     actual_length = vfs_path_len (vpath);
vpath             118 tests/lib/vfs/path_len.c     vfs_path_free (vpath, TRUE);
vpath             155 tests/lib/vfs/path_manipulations.c     vfs_path_t *vpath;
vpath             157 tests/lib/vfs/path_manipulations.c     vpath = vfs_path_from_str_flags (data->input_path, data->input_flags);
vpath             160 tests/lib/vfs/path_manipulations.c     tokens_count = vfs_path_tokens_count (vpath);
vpath             165 tests/lib/vfs/path_manipulations.c     vfs_path_free (vpath, TRUE);
vpath             282 tests/lib/vfs/path_manipulations.c     vfs_path_t *vpath;
vpath             285 tests/lib/vfs/path_manipulations.c     vpath = vfs_path_from_str_flags (data->input_path, VPF_NO_CANON);
vpath             288 tests/lib/vfs/path_manipulations.c     actual_path = vfs_path_tokens_get (vpath, data->input_start_position, data->input_length);
vpath             294 tests/lib/vfs/path_manipulations.c     vfs_path_free (vpath, TRUE);
vpath             387 tests/lib/vfs/path_manipulations.c     vfs_path_t *vpath;
vpath             391 tests/lib/vfs/path_manipulations.c     vpath = vfs_path_from_str_flags (data->input_path, VPF_NO_CANON);
vpath             394 tests/lib/vfs/path_manipulations.c     mctest_assert_true (vpath->relative);
vpath             395 tests/lib/vfs/path_manipulations.c     mctest_assert_str_eq (vfs_path_get_last_path_str (vpath), data->expected_last_path_in_element);
vpath             396 tests/lib/vfs/path_manipulations.c     mctest_assert_str_eq (vfs_path_as_str (vpath), data->expected_path);
vpath             398 tests/lib/vfs/path_manipulations.c     vfs_path_free (vpath, TRUE);
vpath             412 tests/lib/vfs/path_manipulations.c     vfs_path_t *vpath, *cloned_vpath;
vpath             414 tests/lib/vfs/path_manipulations.c     vpath = vfs_path_from_str_flags (data->input_path, VPF_NO_CANON);
vpath             418 tests/lib/vfs/path_manipulations.c     cloned_vpath = vfs_path_clone (vpath);
vpath             426 tests/lib/vfs/path_manipulations.c     vfs_path_free (vpath, TRUE);
vpath             141 tests/lib/vfs/path_recode.c     vfs_path_t *vpath;
vpath             148 tests/lib/vfs/path_recode.c     vpath = vfs_path_from_str (data->input_path);
vpath             149 tests/lib/vfs/path_recode.c     element_path = vfs_path_get_last_path_str (vpath);
vpath             152 tests/lib/vfs/path_recode.c     vpath_str = vfs_path_as_str (vpath);
vpath             153 tests/lib/vfs/path_recode.c     mctest_assert_ptr_ne (vpath, NULL);
vpath             157 tests/lib/vfs/path_recode.c     vfs_path_free (vpath, TRUE);
vpath             242 tests/lib/vfs/path_recode.c     vfs_path_t *vpath;
vpath             252 tests/lib/vfs/path_recode.c     vpath = vfs_path_from_str_flags (data->input_path, data->input_from_str_flags);
vpath             253 tests/lib/vfs/path_recode.c     str_path = vfs_path_to_str_flags (vpath, 0, data->input_to_str_flags);
vpath             259 tests/lib/vfs/path_recode.c     vfs_path_free (vpath, TRUE);
vpath             139 tests/lib/vfs/path_serialize.c     vfs_path_t *vpath;
vpath             144 tests/lib/vfs/path_serialize.c     vpath = vfs_path_from_str_flags (ETALON_PATH_STR, VPF_USE_DEPRECATED_PARSER);
vpath             145 tests/lib/vfs/path_serialize.c     serialized_vpath = vfs_path_serialize (vpath, &error);
vpath             147 tests/lib/vfs/path_serialize.c     vfs_path_free (vpath, TRUE);
vpath             167 tests/lib/vfs/path_serialize.c     vfs_path_t *vpath;
vpath             171 tests/lib/vfs/path_serialize.c     vpath = vfs_path_deserialize (ETALON_SERIALIZED_PATH, &error);
vpath             174 tests/lib/vfs/path_serialize.c     mctest_assert_ptr_ne (vpath, NULL);
vpath             175 tests/lib/vfs/path_serialize.c     mctest_assert_str_eq (vfs_path_as_str (vpath), ETALON_PATH_URL_STR);
vpath             177 tests/lib/vfs/path_serialize.c     vfs_path_free (vpath, TRUE);
vpath              41 tests/lib/vfs/relative_cd.c static int test_chdir (const vfs_path_t * vpath);
vpath              52 tests/lib/vfs/relative_cd.c test_chdir (const vfs_path_t * vpath)
vpath              54 tests/lib/vfs/relative_cd.c     test_chdir__vpath__captured = vfs_path_clone (vpath);
vpath             135 tests/lib/vfs/relative_cd.c     vfs_path_t *vpath;
vpath             140 tests/lib/vfs/relative_cd.c     vpath = vfs_path_from_str_flags (data->input_string, data->input_flags);
vpath             143 tests/lib/vfs/relative_cd.c     actual_result = mc_chdir (vpath);
vpath             150 tests/lib/vfs/relative_cd.c         element_path = vfs_path_get_last_path_str (vpath);
vpath             152 tests/lib/vfs/relative_cd.c         vfs_path_free (vpath, TRUE);
vpath             169 tests/lib/vfs/relative_cd.c     vfs_path_t *vpath, *last_vpath;
vpath             174 tests/lib/vfs/relative_cd.c     vpath = vfs_path_from_str ("/test1://some.host/dir");
vpath             175 tests/lib/vfs/relative_cd.c     path_element = vfs_path_element_clone (vfs_path_get_by_index (vpath, -1));
vpath             176 tests/lib/vfs/relative_cd.c     vfs_path_free (vpath, TRUE);
vpath             172 tests/lib/vfs/vfs_path_string_convert.c     vfs_path_t *vpath;
vpath             177 tests/lib/vfs/vfs_path_string_convert.c     vpath = vfs_path_from_str_flags (data->input_string, VPF_USE_DEPRECATED_PARSER);
vpath             180 tests/lib/vfs/vfs_path_string_convert.c     vpath_len = vfs_path_elements_count (vpath);
vpath             181 tests/lib/vfs/vfs_path_string_convert.c     actual_result = vfs_path_as_str (vpath);
vpath             182 tests/lib/vfs/vfs_path_string_convert.c     path_element = vfs_path_get_by_index (vpath, -1);
vpath             190 tests/lib/vfs/vfs_path_string_convert.c     vfs_path_free (vpath, TRUE);
vpath             261 tests/lib/vfs/vfs_path_string_convert.c     vfs_path_t *vpath;
vpath             263 tests/lib/vfs/vfs_path_string_convert.c     vpath = vfs_path_from_str_flags (data->input_string, VPF_USE_DEPRECATED_PARSER);
vpath             266 tests/lib/vfs/vfs_path_string_convert.c     actual_result = vfs_path_to_str_elements_count (vpath, data->element_index);
vpath             272 tests/lib/vfs/vfs_path_string_convert.c     vfs_path_free (vpath, TRUE);
vpath             289 tests/lib/vfs/vfs_path_string_convert.c     vfs_path_t *vpath;
vpath             293 tests/lib/vfs/vfs_path_string_convert.c     vpath =
vpath             297 tests/lib/vfs/vfs_path_string_convert.c     result = vfs_path_as_str (vpath);
vpath             298 tests/lib/vfs/vfs_path_string_convert.c     element = vfs_path_get_by_index (vpath, -1);
vpath             305 tests/lib/vfs/vfs_path_string_convert.c     vfs_path_free (vpath, TRUE);
vpath              48 tests/lib/vfs/vfs_s_get_path.c test1_mock_open_archive (struct vfs_s_super *super, const vfs_path_t * vpath,
vpath              53 tests/lib/vfs/vfs_s_get_path.c     mctest_assert_str_eq (vfs_path_as_str (vpath), "/" ETALON_VFS_URL_NAME ARCH_NAME);
vpath              55 tests/lib/vfs/vfs_s_get_path.c     super->name = g_strdup (vfs_path_as_str (vpath));
vpath              65 tests/lib/vfs/vfs_s_get_path.c                          const vfs_path_t * vpath, void *cookie)
vpath              73 tests/lib/vfs/vfs_s_get_path.c     path = vfs_path_get_last_path_str (vpath);
vpath             131 tests/lib/vfs/vfs_s_get_path.c     vfs_path_t *vpath =
vpath             135 tests/lib/vfs/vfs_s_get_path.c     result = vfs_s_get_path (vpath, &archive, 0);
vpath             141 tests/lib/vfs/vfs_s_get_path.c     g_free (vpath);
vpath              52 tests/lib/vfs/vfs_setup_cwd.c mc_stat (const vfs_path_t * vpath, struct stat *my_stat)
vpath              54 tests/lib/vfs/vfs_setup_cwd.c     (void) vpath;
vpath              44 tests/src/execute__common.c vfs_file_is_local (const vfs_path_t * vpath)
vpath              46 tests/src/execute__common.c     g_ptr_array_add (vfs_file_is_local__vpath__captured, vfs_path_clone (vpath));
vpath             182 tests/src/execute__common.c mc_stat (const vfs_path_t * vpath, struct stat *stat_ignored)
vpath             186 tests/src/execute__common.c         g_ptr_array_add (mc_stat__vpath__captured, vfs_path_clone (vpath));
vpath              56 tests/src/filemanager/examine_cd.c sync_tree (const vfs_path_t * vpath)
vpath              58 tests/src/filemanager/examine_cd.c     (void) vpath;