Home
last modified time | relevance | path

Searched refs:DIR_CHAR (Results 1 – 6 of 6) sorted by relevance

/external/curl/src/
Dtool_dirhie.c98 #define PATH_DELIMITERS DIR_CHAR
134 snprintf(&dirbuildup[dlen], outlen - dlen, "%s%s", DIR_CHAR, tempdir); in create_dir_hierarchy()
140 snprintf(dirbuildup, outlen, "%s%s", DIR_CHAR, tempdir); in create_dir_hierarchy()
Dtool_parsecfg.c66 "%s%s%s", home, DIR_CHAR, CURLRC); in parseconfig()
93 "%s%s", DIR_CHAR, CURLRC); in parseconfig()
/external/curl/lib/
Dcurl_setup.h447 # define DIR_CHAR "\\" macro
473 # define DIR_CHAR "/" macro
Dnetrc.c102 netrcfile = curl_maprintf("%s%s%s", home, DIR_CHAR, NETRC); in Curl_parsenetrc()
/external/pdfium/third_party/lcms/
D0027-changes-from-beginning-of-time.patch14 # define DIR_CHAR '\\'
16 # define DIR_CHAR '/'
/external/pdfium/third_party/lcms/src/
Dcmscgats.c45 # define DIR_CHAR '\\' macro
47 # define DIR_CHAR '/' macro
403 if(ThreeChars[0] == DIR_CHAR) in isabsolutepath()
434 tail = strrchr(buffer, DIR_CHAR); in BuildAbsolutePath()