Home
last modified time | relevance | path

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

/external/qemu/android/base/files/
DPathUtils.cpp20 bool PathUtils::isDirSeparator(int ch, HostType hostType) { in isDirSeparator()
26 bool PathUtils::isPathSeparator(int ch, HostType hostType) { in isPathSeparator()
32 size_t PathUtils::rootPrefixSize(const char* path, HostType hostType) { in rootPrefixSize()
63 bool PathUtils::isAbsolute(const char* path, HostType hostType) { in isAbsolute()
75 StringVector PathUtils::decompose(const char* path, HostType hostType) { in decompose()
102 HostType hostType) { in recompose()
DPathUtils_unittest.cpp154 const char* hostType, in checkComponents()
/external/libnfc-nxp/inc/
DphNfcHalTypes.h1238 phHal_HostType_t hostType; member