Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmscgats.c393 char ThreeChars[4]; in isabsolutepath() local
400 strncpy(ThreeChars, path, 3); in isabsolutepath()
401 ThreeChars[3] = 0; in isabsolutepath()
403 if(ThreeChars[0] == DIR_CHAR) in isabsolutepath()
407 if (isalpha((int) ThreeChars[0]) && ThreeChars[1] == ':') in isabsolutepath()