HomeSort by relevance Sort by last modified time
    Searched refs:OS_PATH_SEPARATOR (Results 1 - 21 of 21) sorted by null

  /frameworks/compile/slang/
os_sep.h 22 #define OS_PATH_SEPARATOR '\\'
28 #define OS_PATH_SEPARATOR '/'
slang_rs_reflect_utils.cpp 39 if (*slash == OS_PATH_SEPARATOR) {
55 (packaged_path[packaged_path.length() - 1] != OS_PATH_SEPARATOR)) {
62 packaged_path[s] = OS_PATH_SEPARATOR;
73 if (*slash == OS_PATH_SEPARATOR) {
298 if (fullPath[fullPath.length() - 1] != OS_PATH_SEPARATOR) {
299 fullPath += OS_PATH_SEPARATOR;
301 if (path2[0] == OS_PATH_SEPARATOR) {
llvm-rs-cc.cpp 70 (OutputFile[OutputFile.size() - 1]) != OS_PATH_SEPARATOR)
71 OutputFile.append(1, OS_PATH_SEPARATOR);
75 OutputFile.append(1, OS_PATH_SEPARATOR);
  /build/core/combo/include/arch/darwin-x86/
AndroidConfig.h 43 #define OS_PATH_SEPARATOR '/'
  /build/core/combo/include/arch/linux-arm/
AndroidConfig.h 48 #define OS_PATH_SEPARATOR '/'
  /build/core/combo/include/arch/linux-arm64/
AndroidConfig.h 48 #define OS_PATH_SEPARATOR '/'
  /build/core/combo/include/arch/linux-mips/
AndroidConfig.h 48 #define OS_PATH_SEPARATOR '/'
  /build/core/combo/include/arch/linux-mips64/
AndroidConfig.h 48 #define OS_PATH_SEPARATOR '/'
  /build/core/combo/include/arch/linux-x86/
AndroidConfig.h 51 #define OS_PATH_SEPARATOR '/'
  /build/core/combo/include/arch/target_linux-x86/
AndroidConfig.h 34 #define OS_PATH_SEPARATOR '/'
  /build/core/combo/include/arch/windows/
AndroidConfig.h 95 #define OS_PATH_SEPARATOR '\\'
  /frameworks/base/tools/aidl/
search_path.cpp 27 expected[i] = OS_PATH_SEPARATOR;
37 f += OS_PATH_SEPARATOR;
39 else if (f[f.size()-1] != OS_PATH_SEPARATOR) {
40 f += OS_PATH_SEPARATOR;
aidl.cpp 182 && filename[2] == OS_PATH_SEPARATOR) {
184 if (filename[0] == OS_PATH_SEPARATOR) {
190 if (fn[len-1] != OS_PATH_SEPARATOR) {
191 fn += OS_PATH_SEPARATOR;
204 expected[i] = OS_PATH_SEPARATOR;
221 if (OS_PATH_SEPARATOR != '/') {
226 if (*c == '/') *c = OS_PATH_SEPARATOR;
700 result += OS_PATH_SEPARATOR;
706 packageStr[i] = OS_PATH_SEPARATOR;
716 result += OS_PATH_SEPARATOR;
    [all...]
  /system/core/libutils/
String8.cpp 40 // to OS_PATH_SEPARATOR.
519 if (len > 0 && buf[len-1] == OS_PATH_SEPARATOR)
532 cp = strrchr(buf, OS_PATH_SEPARATOR);
544 cp = strrchr(str, OS_PATH_SEPARATOR);
557 cp = strchr(buf, OS_PATH_SEPARATOR);
561 cp = strchr(buf, OS_PATH_SEPARATOR);
587 lastSlash = strrchr(str, OS_PATH_SEPARATOR);
628 if (name[0] != OS_PATH_SEPARATOR) {
647 if (buf[len-1] != OS_PATH_SEPARATOR)
648 buf[len++] = OS_PATH_SEPARATOR;
    [all...]
  /frameworks/base/tools/aapt/
CrunchCache.cpp 49 if (rPathPtr[0] == OS_PATH_SEPARATOR)
Main.cpp 30 if (path != NULL && OS_PATH_SEPARATOR != '/') {
33 *path = OS_PATH_SEPARATOR;
  /frameworks/rs/
rsScriptC.cpp 36 #define OS_PATH_SEPARATOR '\\'
42 #define OS_PATH_SEPARATOR '/'
rsCppUtils.h 86 cp = strrchr(str, OS_PATH_SEPARATOR);
  /system/core/adb/
sysdeps.h 57 #define OS_PATH_SEPARATOR '\\'
293 #define OS_PATH_SEPARATOR '/'
file_sync_client.cpp 413 *x = OS_PATH_SEPARATOR;
commandline.cpp 752 *x = OS_PATH_SEPARATOR;
    [all...]

Completed in 1676 milliseconds