Home
last modified time | relevance | path

Searched defs:PATH_SEP (Results 1 – 6 of 6) sorted by relevance

/external/zstd/programs/
Dutil.h121 #define PATH_SEP '\\' macro
124 #define PATH_SEP '/' macro
/external/crosvm/cros_fdt/src/
Dpath.rs13 pub(crate) const PATH_SEP: &str = "/"; constant
/external/mtools/
DmissFuncs.c444 static const char PATH_SEP = '/'; variable
/external/bzip2/
Dbzip2.c77 # define PATH_SEP '/' macro
134 # define PATH_SEP '\\' macro
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1066 #define PATH_SEP "\\" macro
1070 #define PATH_SEP "/" macro
/external/threetenbp/src/main/java/org/threeten/bp/chrono/
DHijrahDate.java261 private static final String PATH_SEP = File.pathSeparator; field in HijrahDate