Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/slang/
H A Dos_sep.h23 #define OS_PATH_SEPARATOR_STR "\\" macro
29 #define OS_PATH_SEPARATOR_STR "/" macro
H A Dslang_rs_reflect_utils.cpp56 packaged_path += OS_PATH_SEPARATOR_STR; in ComputePackagedPath()
H A Dslang.cpp721 (RealPackageName + OS_PATH_SEPARATOR_STR + *I).c_str()); in compile()
H A Dslang_rs_reflection.cpp519 OS_PATH_SEPARATOR_STR; in RSReflectionJava()
/aosp12/frameworks/rs/
H A DrsScriptC.cpp33 #define OS_PATH_SEPARATOR_STR "\\" macro
39 #define OS_PATH_SEPARATOR_STR "/" macro
/aosp12/packages/modules/adb/
H A Dsysdeps.h78 #define OS_PATH_SEPARATOR_STR "\\" macro
424 #define OS_PATH_SEPARATOR_STR "/" macro
/aosp12/packages/modules/adb/client/
H A Dcommandline.cpp81 return std::string{ANDROID_PRODUCT_OUT} + OS_PATH_SEPARATOR_STR + file; in product_file()