Home
last modified time | relevance | path

Searched refs:PATH_SEP (Results 1 – 7 of 7) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dlogging.c50 #ifndef PATH_SEP
51 #define PATH_SEP '/' macro
461 (strchr(file, PATH_SEP))) /* Abbreviate the filename */ in ntfs_log_handler_fprintf()
462 file = strrchr(file, PATH_SEP) + 1; in ntfs_log_handler_fprintf()
Ddir.c684 while (p && *p && *p == PATH_SEP) in ntfs_pathname_to_inode()
688 if (p[0] && (p[strlen(p)-1] == PATH_SEP)) in ntfs_pathname_to_inode()
733 q = strchr(p, PATH_SEP); in ntfs_pathname_to_inode()
813 if (q) *q++ = PATH_SEP; /* JPA */ in ntfs_pathname_to_inode()
815 while (p && *p && *p == PATH_SEP) in ntfs_pathname_to_inode()
2067 while (*p == PATH_SEP) in ntfs_delete()
2069 if (p[0] && (p[strlen(p)-1] == PATH_SEP)) in ntfs_delete()
/third_party/cef/libcef_dll/wrapper/
Dcef_resource_manager.cc19 #define PATH_SEP '\\' macro
21 #define PATH_SEP '/'
105 if (directory_path_[directory_path_.size() - 1] != PATH_SEP) in DirectoryProvider()
106 directory_path_ += PATH_SEP; in DirectoryProvider()
/third_party/ntfs-3g/include/ntfs-3g/
Ddir.h30 #define PATH_SEP '/' macro
/third_party/ntfs-3g/ntfsprogs/
Dntfsls.c453 && *tempcomp->name != PATH_SEP in readdir_recursive()
456 putchar(PATH_SEP); in readdir_recursive()
Dutils.c622 len = snprintf(buffer + offset, bufsize - offset, "%c%s", PATH_SEP, names[i]); in utils_inode_get_name()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1023 #define PATH_SEP "\\" macro
1027 #define PATH_SEP "/" macro
1043 char *dump_file = malloc(strlen(hud_dump_dir) + sizeof(PATH_SEP) in hud_graph_set_dump_file()
1047 strcat(dump_file, PATH_SEP); in hud_graph_set_dump_file()