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/
H A Dutilities.h221 const char PATH_SEPARATOR = '\\'; member
223 const char PATH_SEPARATOR = '/'; member
225 const std::string PATH_SEPARATOR_STR = std::string(1, PATH_SEPARATOR);
/developtools/hiperf/include/
H A Dutilities.h225 const char PATH_SEPARATOR = '\\'; member
227 const char PATH_SEPARATOR = '/'; member
229 const std::string PATH_SEPARATOR_STR = std::string(1, PATH_SEPARATOR);
/developtools/profiler/device/plugins/native_daemon/src/
H A Dsymbols_file.cpp95 if (searchPath.back() != PATH_SEPARATOR) { in SearchReadableFile()
96 searchPath += PATH_SEPARATOR; in SearchReadableFile()
H A Dutilities.cpp225 if (fileName[0] == PATH_SEPARATOR) { in IsPath()
/developtools/hiperf/src/
H A Dsymbols_file.cpp104 if (searchPath.back() != PATH_SEPARATOR) { in SearchReadableFile()
105 searchPath += PATH_SEPARATOR; in SearchReadableFile()
H A Dutilities.cpp269 if (fileName[0] == PATH_SEPARATOR) { in IsPath()

Completed in 7 milliseconds