Home
last modified time | relevance | path

Searched refs:rootDirectory (Results 1 – 9 of 9) 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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/
DTestCustomEnumKeyDeserializer.java28 rootDirectory, enumConstant
109 private File rootDirectory; field in TestCustomEnumKeyDeserializer.Bean
114 return rootDirectory; in getRootDirectory()
117 public void setRootDirectory(File rootDirectory) { in setRootDirectory() argument
118 this.rootDirectory = rootDirectory; in setRootDirectory()
/external/volley/src/main/java/com/android/volley/toolbox/
DDiskBasedCache.java81 public DiskBasedCache(final File rootDirectory, int maxCacheSizeInBytes) { in DiskBasedCache() argument
86 return rootDirectory; in DiskBasedCache()
111 public DiskBasedCache(File rootDirectory) { in DiskBasedCache() argument
112 this(rootDirectory, DEFAULT_DISK_USAGE_BYTES); in DiskBasedCache()
182 File rootDirectory = mRootDirectorySupplier.get(); in initialize() local
183 if (!rootDirectory.exists()) { in initialize()
184 if (!rootDirectory.mkdirs()) { in initialize()
185 VolleyLog.e("Unable to create cache dir %s", rootDirectory.getAbsolutePath()); in initialize()
189 File[] files = rootDirectory.listFiles(); in initialize()
/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-10.0/llvm/lib/Support/
DPath.cpp880 bool rootDirectory = path::has_root_directory(p); in make_absolute() local
885 rootDirectory) in make_absolute()
893 if (!rootName && !rootDirectory) { in make_absolute()
901 if (!rootName && rootDirectory) { in make_absolute()
910 if (rootName && !rootDirectory) { in make_absolute()
/external/llvm-project/llvm/lib/Support/
DPath.cpp907 bool rootDirectory = path::has_root_directory(p); in make_absolute() local
912 rootDirectory) in make_absolute()
920 if (!rootName && !rootDirectory) { in make_absolute()
928 if (!rootName && rootDirectory) { in make_absolute()
937 if (rootName && !rootDirectory) { in make_absolute()
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...