path_str          362 lib/vfs/path.c vfs_path_is_str_path_deprecated (const char *path_str)
path_str          364 lib/vfs/path.c     return strstr (path_str, VFS_PATH_URL_DELIMITER) == NULL;
path_str          737 lib/vfs/path.c vfs_path_from_str_flags (const char *path_str, vfs_path_flag_t flags)
path_str          742 lib/vfs/path.c     if (path_str == NULL)
path_str          746 lib/vfs/path.c         path = vfs_canon (path_str);
path_str          748 lib/vfs/path.c         path = g_strdup (path_str);
path_str          774 lib/vfs/path.c vfs_path_from_str (const char *path_str)
path_str          776 lib/vfs/path.c     return vfs_path_from_str_flags (path_str, VPF_NONE);
path_str         1677 lib/vfs/path.c     const char *path_str;
path_str         1682 lib/vfs/path.c     path_str = vfs_path_as_str (vpath);
path_str         1683 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);