Searched refs:outputPath (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DInstallerConnection.java102 boolean debuggable, String outputPath) {
118 builder.append(outputPath != null ? outputPath : "!");
100 dexopt(String apkPath, int uid, boolean isPublic, String pkgName, String instructionSet, int dexoptNeeded, boolean vmSafeMode, boolean debuggable, String outputPath) argument
/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.cpp444 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" local
445 if (NULL == outputPath) {
448 memcpy(outputPath, path, len + 1);
449 strcat(outputPath, ".raw");
450 outputFp = fopen(outputPath, "w");
453 perror(outputPath);
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java90 boolean debuggable, @Nullable String outputPath) {
97 debuggable, outputPath);
88 dexopt(String apkPath, int uid, boolean isPublic, String pkgName, String instructionSet, int dexoptNeeded, boolean vmSafeMode, boolean debuggable, @Nullable String outputPath) argument
/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/base/tools/aapt/
H A DCommand.cpp2455 String8 outputPath = buildApkName(String8(outputAPKFile), split); local
2456 err = writeAPK(bundle, outputPath, split);
2458 fprintf(stderr, "ERROR: packaging of '%s' failed\n", outputPath.string());

Completed in 221 milliseconds