Searched defs:rootPrefixSize (Results 1 – 2 of 2) sorted by relevance
188 static size_t rootPrefixSize(const char* path, HostType hostType) { in rootPrefixSize() function191 static size_t rootPrefixSize(const char* path) { in rootPrefixSize() function
60 size_t PathUtils::rootPrefixSize(const std::string& path, HostType hostType) { in rootPrefixSize() function in android::base::PathUtils