/frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/archive/ |
D | Archive.kt | 71 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/ |
D | ConfigParser.kt | 36 fun writeToFile(config: Config, outputPath: Path) { in writeToFile() 37 FileWriter(outputPath.toFile()).use { in writeToFile()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeAac.cpp | 442 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()
|
D | slesTestDecodeToBuffQueue.cpp | 265 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/ |
D | IInstalld.aidl | 51 @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/ |
D | Installer.java | 293 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()
|
D | OtaDexoptService.java | 261 String instructionSet, int dexoptNeeded, @Nullable String outputPath, in generatePackageDexopts() 279 encodeParameter(builder, outputPath); in generatePackageDexopts()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 84 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);
|
D | InstalldNativeService.cpp | 1947 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/ |
D | HeifWriterTest.java | 92 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/ |
D | ExifInterfaceTest.java | 170 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/ |
D | ZygoteInit.java | 601 final String outputPath = null; in performSystemServerDexOpt() local 611 instructionSet, dexoptNeeded, outputPath, dexFlags, compilerFilter, in performSystemServerDexOpt()
|
/frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/ |
D | ExifInterfaceTest.java | 306 String outputPath = in setUp() local 314 outputStream = new FileOutputStream(outputPath); in setUp()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | CameraStreamer.java | 1448 public void createRecorder(String outputPath, CamcorderProfile profile) { in createRecorder() argument 1459 mRecorder.setOutputFile(outputPath); in createRecorder()
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 2761 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/ |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |