path_str          325 lib/vfs/path.c vfs_path_is_str_path_deprecated (const char *path_str)
path_str          327 lib/vfs/path.c     return strstr (path_str, VFS_PATH_URL_DELIMITER) == NULL;
path_str          686 lib/vfs/path.c vfs_path_from_str_flags (const char *path_str, vfs_path_flag_t flags)
path_str          691 lib/vfs/path.c     if (path_str == NULL)
path_str          695 lib/vfs/path.c         path = vfs_canon (path_str);
path_str          697 lib/vfs/path.c         path = g_strdup (path_str);
path_str          723 lib/vfs/path.c vfs_path_from_str (const char *path_str)
path_str          725 lib/vfs/path.c     return vfs_path_from_str_flags (path_str, VPF_NONE);
path_str         1643 lib/vfs/path.c     const char *path_str;
path_str         1648 lib/vfs/path.c     path_str = vfs_path_as_str (vpath);
path_str         1649 lib/vfs/path.c     absolute_vpath = vfs_path_from_str (path_str);
path_str           64 lib/vfs/path.h vfs_path_t *vfs_path_from_str (const char *path_str);
path_str           65 lib/vfs/path.h vfs_path_t *vfs_path_from_str_flags (const char *path_str, vfs_path_flag_t flags);