Searched refs:OS_PATH_SEPARATOR_STR (Results 1 - 5 of 5) sorted by relevance

/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;
H A Dslang.cpp722 (RealPackageName + OS_PATH_SEPARATOR_STR + *I).c_str());
H A Dslang_rs_reflection.cpp305 OS_PATH_SEPARATOR_STR;
/frameworks/rs/
H A DrsScriptC.cpp37 #define OS_PATH_SEPARATOR_STR "\\" macro
43 #define OS_PATH_SEPARATOR_STR "/" macro
96 int nextPos = cacheDirString.find(OS_PATH_SEPARATOR_STR, currPos + 1);

Completed in 80 milliseconds