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

  /external/android-mock/src/com/google/android/testing/mocking/
FileUtils.java 73 File targetFile = new File(classFolder, getFilenameFor(clazz.getClassName()));
74 targetFile.getParentFile().mkdirs();
75 FileOutputStream outputStream = new FileOutputStream(targetFile);
  /cts/tools/signature-tools/src/signature/converter/
Main.java 47 String targetFile = args[++at];
74 externalizer.externalizeApi(targetFile, factory.loadApi(name,
  /external/qemu/android/tools/
gen-hw-config.py 56 targetFile = sys.argv[2]
102 if targetFile == '--':
105 out = open(targetFile,"wb")
  /bootable/recovery/minzip/
Zip.c 1026 const char *targetFile = targetEntryPath(&helper, pEntry);
1027 if (targetFile == NULL) {
1037 if (callback != NULL) callback(targetFile, cookie);
1048 targetFile, UNZIP_DIRMODE, timestamp, false);
1051 targetFile, strerror(errno));
1055 LOGD("Extracted dir \"%s\"\n", targetFile);
1062 targetFile, UNZIP_DIRMODE, timestamp, true);
1065 targetFile, strerror(errno));
1080 targetFile);
1093 targetFile);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java     [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 476 milliseconds