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

Completed in 3205 milliseconds