Home
last modified time | relevance | path

Searched refs:rootDirectory (Results 1 – 6 of 6) sorted by relevance

/external/desugar/java/com/google/devtools/build/android/desugar/
DLambdaClassMaker.java36 private final Path rootDirectory; field in LambdaClassMaker
40 public LambdaClassMaker(Path rootDirectory) { in LambdaClassMaker() argument
42 Files.isDirectory(rootDirectory), "The argument '%s' is not a directory.", rootDirectory); in LambdaClassMaker() local
43 this.rootDirectory = rootDirectory; in LambdaClassMaker()
78 Path rootPathPrefix = rootDirectory.resolve(pathPrefix); in findUnprocessed()
/external/volley/src/main/java/com/android/volley/toolbox/
DDiskBasedCache.java81 public DiskBasedCache(File rootDirectory, int maxCacheSizeInBytes) { in DiskBasedCache() argument
82 mRootDirectory = rootDirectory; in DiskBasedCache()
92 public DiskBasedCache(File rootDirectory) { in DiskBasedCache() argument
93 this(rootDirectory, DEFAULT_DISK_USAGE_BYTES); in DiskBasedCache()
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp605 rootDirectory = path::has_root_directory(p); in make_absolute() local
608 if (rootName && rootDirectory) in make_absolute()
616 if (!rootName && !rootDirectory) { in make_absolute()
624 if (!rootName && rootDirectory) { in make_absolute()
633 if (rootName && !rootDirectory) { in make_absolute()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp811 bool rootDirectory = path::has_root_directory(p), in make_absolute() local
819 if (rootName && rootDirectory) in make_absolute()
830 if (!rootName && !rootDirectory) { in make_absolute()
838 if (!rootName && rootDirectory) { in make_absolute()
847 if (rootName && !rootDirectory) { in make_absolute()
/external/llvm/lib/Support/
DPath.cpp809 bool rootDirectory = path::has_root_directory(p), in make_absolute() local
817 if (rootName && rootDirectory) in make_absolute()
828 if (!rootName && !rootDirectory) { in make_absolute()
836 if (!rootName && rootDirectory) { in make_absolute()
845 if (rootName && !rootDirectory) { in make_absolute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp848 bool rootDirectory = path::has_root_directory(p); in make_absolute() local
853 if (rootName && rootDirectory) in make_absolute()
864 if (!rootName && !rootDirectory) { in make_absolute()
872 if (!rootName && rootDirectory) { in make_absolute()
881 if (rootName && !rootDirectory) { in make_absolute()