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

  /frameworks/compile/slang/
os_sep.h 22 #define OS_PATH_SEPARATOR '\\'
28 #define OS_PATH_SEPARATOR '/'
slang_rs_reflect_utils.cpp 36 if (*slash == OS_PATH_SEPARATOR) {
52 (packaged_path[packaged_path.length() - 1] != OS_PATH_SEPARATOR)) {
59 packaged_path[s] = OS_PATH_SEPARATOR;
70 if (*slash == OS_PATH_SEPARATOR) {
llvm-rs-cc.cpp 315 (OutputFile[OutputFile.size() - 1]) != OS_PATH_SEPARATOR)
316 OutputFile.append(1, 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 175 && filename[2] == OS_PATH_SEPARATOR) {
177 if (filename[0] == OS_PATH_SEPARATOR) {
183 if (fn[len-1] != OS_PATH_SEPARATOR) {
184 fn += OS_PATH_SEPARATOR;
197 expected[i] = OS_PATH_SEPARATOR;
214 if (OS_PATH_SEPARATOR != '/') {
219 if (*c == '/') *c = OS_PATH_SEPARATOR;
684 result += OS_PATH_SEPARATOR;
690 packageStr[i] = OS_PATH_SEPARATOR;
700 result += OS_PATH_SEPARATOR;
    [all...]
  /system/core/include/arch/darwin-x86/
AndroidConfig.h 244 #define OS_PATH_SEPARATOR '/'
  /system/core/include/arch/freebsd-x86/
AndroidConfig.h 285 #define OS_PATH_SEPARATOR '/'
  /system/core/include/arch/linux-arm/
AndroidConfig.h 297 #define OS_PATH_SEPARATOR '/'
  /system/core/include/arch/linux-ppc/
AndroidConfig.h 269 #define OS_PATH_SEPARATOR '/'
  /system/core/include/arch/linux-sh/
AndroidConfig.h 300 #define OS_PATH_SEPARATOR '/'
  /system/core/include/arch/linux-x86/
AndroidConfig.h 269 #define OS_PATH_SEPARATOR '/'
  /system/core/include/arch/target_linux-x86/
AndroidConfig.h 286 #define OS_PATH_SEPARATOR '/'
  /system/core/include/arch/windows/
AndroidConfig.h 257 #define OS_PATH_SEPARATOR '\\'
  /frameworks/native/libs/utils/
String8.cpp 40 // to OS_PATH_SEPARATOR.
474 if (len > 0 && buf[len-1] == OS_PATH_SEPARATOR)
487 cp = strrchr(buf, OS_PATH_SEPARATOR);
499 cp = strrchr(str, OS_PATH_SEPARATOR);
512 cp = strchr(buf, OS_PATH_SEPARATOR);
516 cp = strchr(buf, OS_PATH_SEPARATOR);
543 lastSlash = strrchr(str, OS_PATH_SEPARATOR);
584 if (name[0] != OS_PATH_SEPARATOR) {
603 if (buf[len-1] != OS_PATH_SEPARATOR)
604 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;
  /bootable/recovery/minadbd/
sysdeps.h 39 #define OS_PATH_SEPARATOR '\\'
276 #define OS_PATH_SEPARATOR '/'
  /system/core/adb/
sysdeps.h 39 #define OS_PATH_SEPARATOR '\\'
276 #define OS_PATH_SEPARATOR '/'
commandline.c 673 *x = OS_PATH_SEPARATOR;
    [all...]
file_sync_client.c 432 *x = OS_PATH_SEPARATOR;

Completed in 181 milliseconds