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 D | SystemPreparer.java | 92 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 D | Installer.java | 621 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 D | ExifInterfaceTest.java | 173 String outputPath = new File(Environment.getExternalStorageDirectory(), in setUp() local
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | CameraStreamer.java | 1448 public void createRecorder(String outputPath, CamcorderProfile profile) { in createRecorder()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | Command.cpp | 2835 String8 outputPath = buildApkName(String8(outputAPKFile), split); in doPackage() local
|