Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/files/
DPathUtils.h199 static bool isAbsolute(const char* path) { in isAbsolute() function
/hardware/google/aemu/base/
DPathUtils.cpp90 bool PathUtils::isAbsolute(const char* path, HostType hostType) { in isAbsolute() function in android::base::PathUtils