Home
last modified time | relevance | path

Searched refs:PATH_SEPARATOR (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h220 const char PATH_SEPARATOR = '\\'; variable
222 const char PATH_SEPARATOR = '/'; variable
224 const std::string PATH_SEPARATOR_STR = std::string(1, PATH_SEPARATOR);
/developtools/hiperf/include/
Dutilities.h226 const char PATH_SEPARATOR = '\\'; variable
228 const char PATH_SEPARATOR = '/'; variable
230 const std::string PATH_SEPARATOR_STR = std::string(1, PATH_SEPARATOR);
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp94 if (searchPath.back() != PATH_SEPARATOR) { in SearchReadableFile()
95 searchPath += PATH_SEPARATOR; in SearchReadableFile()
Dutilities.cpp205 if (fileName[0] == PATH_SEPARATOR) { in IsPath()
/developtools/hiperf/src/
Dsymbols_file.cpp99 if (searchPath.back() != PATH_SEPARATOR) { in SearchReadableFile()
100 searchPath += PATH_SEPARATOR; in SearchReadableFile()
Dutilities.cpp261 if (fileName[0] == PATH_SEPARATOR) { in IsPath()