Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h76 #define OS_PATH_SEPARATOR_STR "\\" macro
392 #define OS_PATH_SEPARATOR_STR "/" macro
/system/core/adb/client/
Dcommandline.cpp81 return std::string{ANDROID_PRODUCT_OUT} + OS_PATH_SEPARATOR_STR + file; in product_file()