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.h205 const char PATH_SEPARATOR = '\\'; variable
207 const char PATH_SEPARATOR = '/'; variable
209 const std::string PATH_SEPARATOR_STR = std::string(1, PATH_SEPARATOR);
/developtools/hiperf/include/
Dutilities.h225 const char PATH_SEPARATOR = '\\'; variable
227 const char PATH_SEPARATOR = '/'; variable
229 const std::string PATH_SEPARATOR_STR = std::string(1, PATH_SEPARATOR);
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp95 if (searchPath.back() != PATH_SEPARATOR) { in SearchReadableFile()
96 searchPath += PATH_SEPARATOR; in SearchReadableFile()
Dutilities.cpp205 if (fileName[0] == PATH_SEPARATOR) { in IsPath()
/developtools/hiperf/src/
Dsymbols_file.cpp97 if (searchPath.back() != PATH_SEPARATOR) { in SearchReadableFile()
98 searchPath += PATH_SEPARATOR; in SearchReadableFile()
Dutilities.cpp280 if (fileName[0] == PATH_SEPARATOR) { in IsPath()