Searched defs:outputPath (Results 1 - 7 of 7) sorted by relevance

/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.java280 int dexoptNeeded, @Nullable String outputPath, int dexFlags,
287 mInstalld.dexopt(apkPath, uid, pkgName, instructionSet, dexoptNeeded, outputPath,
443 public void moveAb(String apkPath, String instructionSet, String outputPath) argument
447 mInstalld.moveAb(apkPath, instructionSet, outputPath);
453 public void deleteOdex(String apkPath, String instructionSet, String outputPath) argument
457 mInstalld.deleteOdex(apkPath, instructionSet, outputPath);
279 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) 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.cpp2748 String8 outputPath = buildApkName(String8(outputAPKFile), split); local
2749 err = writeAPK(bundle, outputPath, split);
2751 fprintf(stderr, "ERROR: packaging of '%s' failed\n", outputPath.string());
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1802 int32_t dexoptNeeded, const std::unique_ptr<std::string>& outputPath, int32_t dexFlags,
1816 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr;
2239 const std::string& instructionSet, const std::string& outputPath) {
2245 const char* oat_dir = outputPath.c_str();
2252 const std::string& instructionSet, const std::unique_ptr<std::string>& outputPath) {
2258 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr;
1800 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>& sharedLibraries, const std::unique_ptr<std::string>& seInfo) argument
2238 moveAb(const std::string& apkPath, const std::string& instructionSet, const std::string& outputPath) argument
2251 deleteOdex(const std::string& apkPath, const std::string& instructionSet, const std::unique_ptr<std::string>& outputPath) argument
/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 187 milliseconds