/tools/tradefederation/core/src/com/android/tradefed/util/ |
ZipUtil2.java | 64 File childFile = new File(destDir, entry.getName()); 65 childFile.getParentFile().mkdirs(); 67 childFile.mkdirs(); 68 applyUnixModeIfNecessary(entry, childFile); 71 FileUtil.writeToFile(zipFile.getInputStream(entry), childFile); 72 applyUnixModeIfNecessary(entry, childFile);
|
ClassPathScanner.java | 158 for (File childFile : childFiles) { 159 if (childFile.isDirectory()) { 160 rootPath.add(childFile.getName() + "/"); 161 getEntriesFromDir(childFile, entries, rootPath, filter); 164 } else if (childFile.isFile()) { 166 String classPathEntryName = constructPath(rootPath, childFile.getName());
|
FileUtil.java | 261 for (File childFile : file.listFiles()) { 262 setReadableRecursive(childFile); 443 for (File childFile : sourceDir.listFiles()) { 444 File destChild = new File(destDir, childFile.getName()); 445 if (childFile.isDirectory()) { 446 recursiveHardlink(childFile, destChild); 447 } else if (childFile.isFile()) { 448 hardlinkFile(childFile, destChild); 468 for (File childFile : sourceDir.listFiles()) { 469 File destChild = new File(destDir, childFile.getName()) [all...] |
ZipUtil.java | 93 File childFile = new File(destDir, entry.getName()); 94 childFile.getParentFile().mkdirs(); 98 FileUtil.writeToFile(zipFile.getInputStream(entry), childFile);
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
DirectoryWalker.java | 362 File childFile = childFiles[i]; 363 if (childFile.isDirectory()) { 364 walk(childFile, childDepth, results); 366 checkIfCancelled(childFile, childDepth, results); 367 handleFile(childFile, childDepth, results); 368 checkIfCancelled(childFile, childDepth, results);
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
FileDownloadCache.java | 150 for (File childFile : fileList) { 151 if (childFile.isDirectory()) { 152 relPathSegments.push(childFile.getName()); 153 addFiles(childFile, relPathSegments, cacheEntryList); 155 } else if (childFile.isFile()) { 161 relPath.append(childFile.getName()); 162 cacheEntryList.add(new FilePair(relPath.toString(), childFile)); 165 childFile.getAbsolutePath()));
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
MembersInjectionTest.java | 42 JavaFileObject childFile = JavaFileObjects.forSourceLines("test.Child", 112 .that(ImmutableList.of(childFile, parentFile, componentFile)) 120 JavaFileObject childFile = JavaFileObjects.forSourceLines("test.Child", 201 .that(ImmutableList.of(childFile, parentFile, depFile, componentFile)) [all...] |
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
StubProvider.java | 671 for (File childFile : file.listFiles()) { 672 if (childFile.isDirectory()) { 673 removeChildrenRecursively(childFile); 675 childFile.delete(); [all...] |
/tools/tradefederation/core/src/com/android/tradefed/device/ |
NativeDevice.java | [all...] |
/build/blueprint/ |
context.go | [all...] |
/external/guice/extensions/struts2/lib/ |
commons-io-1.3.2.jar | |
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.jar | |
/prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.jar | |
/external/libphonenumber/demo/war/WEB-INF/lib/ |
commons-io-1.4.jar | |
/prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/ |
commons-io-1.4.jar | |
/prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/ |
commons-io-2.4.jar | |
/prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/ |
commons-io-2.4.jar | |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.resources_3.10.0.v20150423-0755.jar | |
org.eclipse.osgi_3.10.100.v20150529-1857.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/ |
org.eclipse.osgi-3.9.0.v20130529-1710.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.osgi_3.9.0.v20130529-1710.jar | |
/frameworks/data-binding/prebuilds/1.0-rc0/ |
databinding-studio-bundle.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/3.2.0-alpha16/ |
gradle-3.2.0-alpha16.jar | |