HomeSort by relevance Sort by last modified time
    Searched refs:hostType (Results 1 - 10 of 10) sorted by null

  /external/qemu/android/base/files/
PathUtils.cpp 20 bool PathUtils::isDirSeparator(int ch, HostType hostType) {
21 return (ch == '/') || (hostType == HOST_WIN32 && ch == '\\');
26 bool PathUtils::isPathSeparator(int ch, HostType hostType) {
27 return (hostType == HOST_POSIX && ch == ':') ||
28 (hostType == HOST_WIN32 && ch == ';');
32 size_t PathUtils::rootPrefixSize(const char* path, HostType hostType) {
36 if (hostType != HOST_WIN32
    [all...]
PathUtils.h 30 enum HostType {
40 // The number of distinct items in the HostType enumeration above.
43 // Return true if |ch| is a directory separator for a given |hostType|.
44 static bool isDirSeparator(int ch, HostType hostType);
51 // Return true if |ch| is a path separator for a given |hostType|.
52 static bool isPathSeparator(int ch, HostType hostType);
61 // value of |hostType|. For HOST_POSIX, it's any path that begins
67 static size_t rootPrefixSize(const char* path, HostType hostType)
    [all...]
PathUtils_unittest.cpp 154 const char* hostType,
162 << hostType << " component #" << (m + 1) << " in " << path;
165 << hostType << " component #" << (m + 1) << " in " << path;
  /frameworks/base/core/java/android/util/
Property.java 54 public static <T, V> Property<T, V> of(Class<T> hostType, Class<V> valueType, String name) {
55 return new ReflectiveProperty<T, V>(hostType, valueType, name);
  /external/libnfc-nxp/inc/
phNfcHalTypes.h     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 75 milliseconds