Searched refs:OS_PATH_SEPARATOR (Results 1 – 10 of 10) sorted by relevance
27 cp = strrchr(buf, OS_PATH_SEPARATOR); in getPathLeaf()38 cp = strrchr(str, OS_PATH_SEPARATOR); in getPathDir()51 lastSlash = strrchr(str, OS_PATH_SEPARATOR); in findExtension()94 if (len > 0 && buf[len - 1] == OS_PATH_SEPARATOR) len--; in setPathName()102 if (name[0] != OS_PATH_SEPARATOR) { in appendPath()121 if (buf[len-1] != OS_PATH_SEPARATOR) in appendPath()122 buf[len++] = OS_PATH_SEPARATOR; in appendPath()
314 if (path.back() != OS_PATH_SEPARATOR) { in Create()315 path += OS_PATH_SEPARATOR; in Create()
28 #if OS_PATH_SEPARATOR != RES_PATH_SEPARATOR in convertToResPath()33 if (*buf == OS_PATH_SEPARATOR) *buf = RES_PATH_SEPARATOR; in convertToResPath()45 cp = strchr(buf, OS_PATH_SEPARATOR); in walkPath()49 cp = strchr(buf, OS_PATH_SEPARATOR); in walkPath()
51 if (rPathPtr[0] == OS_PATH_SEPARATOR) in crunch()
45 if (path != NULL && OS_PATH_SEPARATOR != '/') { in convertPath()48 *path = OS_PATH_SEPARATOR; in convertPath()
22 #define OS_PATH_SEPARATOR '\\' macro28 #define OS_PATH_SEPARATOR '/' macro
39 if (*slash == OS_PATH_SEPARATOR) { in GetFileNameStem()55 (packaged_path[packaged_path.length() - 1] != OS_PATH_SEPARATOR)) { in ComputePackagedPath()62 packaged_path[s] = OS_PATH_SEPARATOR; in ComputePackagedPath()73 if (*slash == OS_PATH_SEPARATOR) { in InternalFileNameConvert()298 if (fullPath[fullPath.length() - 1] != OS_PATH_SEPARATOR) { in JoinPath()299 fullPath += OS_PATH_SEPARATOR; in JoinPath()301 if (path2[0] == OS_PATH_SEPARATOR) { in JoinPath()
81 (OutputFile[OutputFile.size() - 1]) != OS_PATH_SEPARATOR) in DetermineOutputFile()82 OutputFile.append(1, OS_PATH_SEPARATOR); in DetermineOutputFile()86 OutputFile.append(1, OS_PATH_SEPARATOR); in DetermineOutputFile()
51 #define OS_PATH_SEPARATOR '\\' macro53 #define OS_PATH_SEPARATOR '/' macro
32 #define OS_PATH_SEPARATOR '\\' macro38 #define OS_PATH_SEPARATOR '/' macro82 int nextPos = cacheDirString.find(OS_PATH_SEPARATOR, currPos + 1); in createCacheDir()