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

/frameworks/base/tools/aapt2/compile/
H A DCompile.cpp108 std::string outputPath; member in struct:aapt::CompileOptions
186 const std::string& outputPath) {
236 if (!writer->startEntry(outputPath, 0)) {
237 context->getDiagnostics()->error(DiagMessage(outputPath) << "failed to open");
248 context->getDiagnostics()->error(DiagMessage(outputPath) << "failed to write");
254 context->getDiagnostics()->error(DiagMessage(outputPath) << "failed to finish entry");
260 static bool writeHeaderAndBufferToWriter(const StringPiece& outputPath, const ResourceFile& file, argument
264 if (!writer->startEntry(outputPath, 0)) {
265 diag->error(DiagMessage(outputPath) << "failed to open file");
281 diag->error(DiagMessage(outputPath) << "faile
184 compileTable(IAaptContext* context, const CompileOptions& options, const ResourcePathData& pathData, IArchiveWriter* writer, const std::string& outputPath) argument
294 writeHeaderAndMmapToWriter(const StringPiece& outputPath, const ResourceFile& file, const android::FileMap& map, IArchiveWriter* writer, IDiagnostics* diag) argument
326 compileXml(IAaptContext* context, const CompileOptions& options, const ResourcePathData& pathData, IArchiveWriter* writer, const std::string& outputPath) argument
372 compilePng(IAaptContext* context, const CompileOptions& options, const ResourcePathData& pathData, IArchiveWriter* writer, const std::string& outputPath) argument
401 compileFile(IAaptContext* context, const CompileOptions& options, const ResourcePathData& pathData, IArchiveWriter* writer, const std::string& outputPath) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java144 int dexoptNeeded, @Nullable String outputPath, int dexFlags,
149 outputPath, dexFlags, compilerFilter, volumeUuid, sharedLibraries);
221 public void moveAb(String apkPath, String instructionSet, String outputPath) argument
223 mInstaller.execute("move_ab", apkPath, instructionSet, outputPath);
143 dexopt(String apkPath, int uid, String pkgName, String instructionSet, int dexoptNeeded, @Nullable String outputPath, int dexFlags, String compilerFilter, String volumeUuid, String sharedLibraries) 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.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);
/frameworks/base/core/java/com/android/internal/os/
H A DInstallerConnection.java140 dexopt(apkPath, uid, "*", instructionSet, dexoptNeeded, null /*outputPath*/, dexFlags,
145 int dexoptNeeded, String outputPath, int dexFlags, String compilerFilter,
153 outputPath,
144 dexopt(String apkPath, int uid, String pkgName, String instructionSet, int dexoptNeeded, String outputPath, int dexFlags, String compilerFilter, String volumeUuid, String sharedLibraries) 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/tools/aapt2/link/
H A DLink.cpp56 std::string outputPath; member in struct:aapt::LinkOptions
672 return createDirectoryArchiveWriter(mContext->getDiagnostics(), mOptions.outputPath);
674 return createZipFileArchiveWriter(mContext->getDiagnostics(), mOptions.outputPath);
1389 .requiredFlag("-o", "Output path", &options.outputPath)
/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.cpp2653 String8 outputPath = buildApkName(String8(outputAPKFile), split); local
2654 err = writeAPK(bundle, outputPath, split);
2656 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 5122 milliseconds