Home
last modified time | relevance | path

Searched refs:outputPath (Results 1 – 16 of 16) sorted by relevance

/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/archive/
DArchive.kt71 val outputPath = Paths.get(outputDirPath.toString(), fileName) in writeSelfToDir() constant
73 return writeSelfToFile(outputPath) in writeSelfToDir()
81 fun writeSelfToFile(outputPath: Path): File { in writeSelfToFile()
82 if (Files.exists(outputPath)) { in writeSelfToFile()
84 Files.delete(outputPath) in writeSelfToFile()
88 if (outputPath.parent != null) { in writeSelfToFile()
89 Files.createDirectories(outputPath.parent) in writeSelfToFile()
92 Log.i(TAG, "Writing archive: %s", outputPath.toUri()) in writeSelfToFile()
93 val file = outputPath.toFile() in writeSelfToFile()
94 Files.createFile(outputPath) in writeSelfToFile()
/frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/config/
DConfigParser.kt36 fun writeToFile(config: Config, outputPath: Path) { in writeToFile()
37 FileWriter(outputPath.toFile()).use { in writeToFile()
/frameworks/wilhelm/tests/examples/
DslesTestDecodeAac.cpp442 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" in TestDecToBuffQueue() local
443 if (NULL == outputPath) { in TestDecToBuffQueue()
446 memcpy(outputPath, path, len + 1); in TestDecToBuffQueue()
447 strcat(outputPath, ".raw"); in TestDecToBuffQueue()
448 outputFp = fopen(outputPath, "w"); in TestDecToBuffQueue()
451 perror(outputPath); in TestDecToBuffQueue()
453 free(outputPath); in TestDecToBuffQueue()
DslesTestDecodeToBuffQueue.cpp265 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" in TestDecToBuffQueue() local
266 if (NULL == outputPath) { in TestDecToBuffQueue()
269 memcpy(outputPath, path, len + 1); in TestDecToBuffQueue()
270 strcat(outputPath, ".raw"); in TestDecToBuffQueue()
271 gFp = fopen(outputPath, "w"); in TestDecToBuffQueue()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl51 @nullable @utf8InCpp String outputPath, int dexFlags, in dexopt() argument
85 @utf8InCpp String outputPath); in moveAb() argument
87 @nullable @utf8InCpp String outputPath); in deleteOdex() argument
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java293 int dexoptNeeded, @Nullable String outputPath, int dexFlags, in dexopt() argument
301 mInstalld.dexopt(apkPath, uid, pkgName, instructionSet, dexoptNeeded, outputPath, in dexopt()
469 public void moveAb(String apkPath, String instructionSet, String outputPath) in moveAb() argument
473 mInstalld.moveAb(apkPath, instructionSet, outputPath); in moveAb()
479 public void deleteOdex(String apkPath, String instructionSet, String outputPath) in deleteOdex() argument
483 mInstalld.deleteOdex(apkPath, instructionSet, outputPath); in deleteOdex()
DOtaDexoptService.java261 String instructionSet, int dexoptNeeded, @Nullable String outputPath, in generatePackageDexopts()
279 encodeParameter(builder, outputPath); in generatePackageDexopts()
/frameworks/native/cmds/installd/
DInstalldNativeService.h84 int32_t dexoptNeeded, const std::unique_ptr<std::string>& outputPath, int32_t dexFlags,
122 const std::string& outputPath);
124 const std::unique_ptr<std::string>& outputPath);
DInstalldNativeService.cpp1947 int32_t dexoptNeeded, const std::unique_ptr<std::string>& outputPath, int32_t dexFlags, in dexopt() argument
1960 CHECK_ARGUMENT_PATH(outputPath); in dexopt()
1967 const char* oat_dir = getCStr(outputPath); in dexopt()
2385 const std::string& instructionSet, const std::string& outputPath) { in moveAb() argument
2388 CHECK_ARGUMENT_PATH(outputPath); in moveAb()
2393 const char* oat_dir = outputPath.c_str(); in moveAb()
2400 const std::string& instructionSet, const std::unique_ptr<std::string>& outputPath) { in deleteOdex() argument
2403 CHECK_ARGUMENT_PATH(outputPath); in deleteOdex()
2408 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr; in deleteOdex()
/frameworks/support/heifwriter/src/androidTest/java/androidx/heifwriter/
DHeifWriterTest.java92 String outputPath = new File(Environment.getExternalStorageDirectory(), in setUp() local
99 outputStream = new FileOutputStream(outputPath); in setUp()
275 String inputPath, String outputPath, Bitmap[] bitmaps) { in TestConfig() argument
286 mOutputPath = outputPath; in TestConfig()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java170 String outputPath = new File(Environment.getExternalStorageDirectory(), in setUp() local
174 try (FileOutputStream outputStream = new FileOutputStream(outputPath)) { in setUp()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java601 final String outputPath = null; in performSystemServerDexOpt() local
611 instructionSet, dexoptNeeded, outputPath, dexFlags, compilerFilter, in performSystemServerDexOpt()
/frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/
DExifInterfaceTest.java306 String outputPath = in setUp() local
314 outputStream = new FileOutputStream(outputPath); in setUp()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DCameraStreamer.java1448 public void createRecorder(String outputPath, CamcorderProfile profile) { in createRecorder() argument
1459 mRecorder.setOutputFile(outputPath); in createRecorder()
/frameworks/base/tools/aapt/
DCommand.cpp2761 String8 outputPath = buildApkName(String8(outputAPKFile), split); in doPackage() local
2762 err = writeAPK(bundle, outputPath, split); in doPackage()
2764 fprintf(stderr, "ERROR: packaging of '%s' failed\n", outputPath.string()); in doPackage()
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...