path_str          328 lib/vfs/path.c vfs_path_is_str_path_deprecated (const char *path_str)
path_str          330 lib/vfs/path.c     return strstr (path_str, VFS_PATH_URL_DELIMITER) == NULL;
path_str          710 lib/vfs/path.c vfs_path_from_str_flags (const char *path_str, vfs_path_flag_t flags)
path_str          715 lib/vfs/path.c     if (path_str == NULL)
path_str          719 lib/vfs/path.c         path = vfs_canon (path_str);
path_str          721 lib/vfs/path.c         path = g_strdup (path_str);
path_str          747 lib/vfs/path.c vfs_path_from_str (const char *path_str)
path_str          749 lib/vfs/path.c     return vfs_path_from_str_flags (path_str, VPF_NONE);
path_str         1680 lib/vfs/path.c     const char *path_str;
path_str         1685 lib/vfs/path.c     path_str = vfs_path_as_str (vpath);
path_str         1686 lib/vfs/path.c     absolute_vpath = vfs_path_from_str (path_str);
path_str           68 lib/vfs/path.h vfs_path_t *vfs_path_from_str (const char *path_str);
path_str           69 lib/vfs/path.h vfs_path_t *vfs_path_from_str_flags (const char *path_str, vfs_path_flag_t flags);