Home
last modified time | relevance | path

Searched defs:hostType (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/base/
DPathUtils.cpp43 HostType hostType) { in toExecutableName()
49 bool PathUtils::isDirSeparator(int ch, HostType hostType) { in isDirSeparator()
54 bool PathUtils::isPathSeparator(int ch, HostType hostType) { in isPathSeparator()
60 size_t PathUtils::rootPrefixSize(const std::string& path, HostType hostType) { in rootPrefixSize()
90 bool PathUtils::isAbsolute(const char* path, HostType hostType) { in isAbsolute()
103 HostType hostType) { in extension()
126 HostType hostType) { in removeTrailingDirSeparator()
137 HostType hostType) { in addTrailingDirSeparator()
147 HostType hostType, in split()
195 HostType hostType) { in join()
[all …]
/hardware/google/aemu/base/include/aemu/base/files/
DPathUtils.h152 static char getDirSeparator(HostType hostType) { in getDirSeparator()
188 static size_t rootPrefixSize(const char* path, HostType hostType) { in rootPrefixSize()