Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
H A DSystemPreparer.java92 public SystemPreparer pushResourceFile(String filePath, String outputPath) in pushResourceFile()
96 assertTrue(device.pushFile(copyResourceToTemp(filePath), outputPath)); in pushResourceFile() local
102 public SystemPreparer pushFile(File file, String outputPath) in pushFile()
111 private void addPushedFile(ITestDevice device, String outputPath) in addPushedFile()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java621 int dexoptNeeded, @Nullable String outputPath, int dexFlags, String compilerFilter, in dexopt()
854 public void moveAb(String packageName, String apkPath, String instructionSet, String outputPath) in moveAb()
871 String outputPath) throws InstallerException, LegacyDexoptDisabledException { in deleteOdex()
1152 String outputPath) throws InstallerException, LegacyDexoptDisabledException { in getOdexVisibility()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java173 String outputPath = new File(Environment.getExternalStorageDirectory(), in setUp() local
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java1448 public void createRecorder(String outputPath, CamcorderProfile profile) { in createRecorder()
/aosp14/frameworks/base/tools/aapt/
H A DCommand.cpp2835 String8 outputPath = buildApkName(String8(outputAPKFile), split); in doPackage() local