vpath_str 641 src/filemanager/dir.c const char *vpath_str; vpath_str 660 src/filemanager/dir.c vpath_str = vfs_path_as_str (vpath); vpath_str 662 src/filemanager/dir.c if (IS_PATH_SEP (vpath_str[0]) && vpath_str[1] == '\0') vpath_str 141 tests/lib/vfs/path_recode.c const char *vpath_str; vpath_str 150 tests/lib/vfs/path_recode.c vpath_str = vfs_path_as_str (vpath); vpath_str 153 tests/lib/vfs/path_recode.c mctest_assert_str_eq (vpath_str, data->expected_recoded_path);