Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/files/
DPathUtils.h188 static size_t rootPrefixSize(const char* path, HostType hostType) { in rootPrefixSize() function
191 static size_t rootPrefixSize(const char* path) { in rootPrefixSize() function
/hardware/google/aemu/base/
DPathUtils.cpp60 size_t PathUtils::rootPrefixSize(const std::string& path, HostType hostType) { in rootPrefixSize() function in android::base::PathUtils