Home
last modified time | relevance | path

Searched defs:outputPath (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DInstallerConnection.java102 boolean debuggable, String outputPath, boolean bootComplete) { in dexopt()
/frameworks/wilhelm/tests/examples/
DslesTestDecodeToBuffQueue.cpp265 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" in TestDecToBuffQueue() local
DslesTestDecodeAac.cpp444 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" in TestDecToBuffQueue() local
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java96 boolean debuggable, @Nullable String outputPath) { in dexopt()
103 boolean debuggable, @Nullable String outputPath, boolean bootComplete) { in dexopt()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DCameraStreamer.java1448 public void createRecorder(String outputPath, CamcorderProfile profile) { in createRecorder()
/frameworks/base/tools/aapt/
DCommand.cpp2455 String8 outputPath = buildApkName(String8(outputAPKFile), split); in doPackage() local