path_str 327 lib/vfs/path.c vfs_path_is_str_path_deprecated (const char *path_str) path_str 329 lib/vfs/path.c return strstr (path_str, VFS_PATH_URL_DELIMITER) == NULL; path_str 709 lib/vfs/path.c vfs_path_from_str_flags (const char *path_str, vfs_path_flag_t flags) path_str 714 lib/vfs/path.c if (path_str == NULL) path_str 718 lib/vfs/path.c path = vfs_canon (path_str); path_str 720 lib/vfs/path.c path = g_strdup (path_str); path_str 746 lib/vfs/path.c vfs_path_from_str (const char *path_str) path_str 748 lib/vfs/path.c return vfs_path_from_str_flags (path_str, VPF_NONE); path_str 1679 lib/vfs/path.c const char *path_str; path_str 1684 lib/vfs/path.c path_str = vfs_path_as_str (vpath); path_str 1685 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);