Searched defs:PathUtils (Results 1 - 2 of 2) sorted by last modified time

/external/qemu/android/base/files/
H A DPathUtils.h23 class PathUtils { class in namespace:android::base
124 static const PathUtils::HostType kHostPosix = PathUtils::HOST_POSIX;
125 static const PathUtils::HostType kHostWin32 = PathUtils::HOST_WIN32;
126 static const PathUtils::HostType kHostType = PathUtils::HOST_TYPE;
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DPathUtils.java14 public abstract class PathUtils { class
19 private PathUtils() {} method in class:PathUtils

Completed in 110 milliseconds