Home
last modified time | relevance | path

Searched defs:deapexer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
H A DApexShimValidationTest.java144 final File deapexer = extractDeapexer(mDeapexingDir); in testPackageNameOfShimApkInAllBundledApexesIsAllowed() local
243 final File deapexer = FileUtil.findFile(destDir, DEAPEXER_FILE_NAME); in extractDeapexer() local
293 private void runDeapexerExtract(File deapexer, File debugfs, File fsckerofs, in runDeapexerExtract()
/aosp_15_r20/system/apex/tools/
H A Dhost_apex_verifier.cc160 void ScanApex(const std::string& deapexer, int sdk_version, in ScanApex()
188 void ScanPartitionApexes(const std::string& deapexer, int sdk_version, in ScanPartitionApexes()
217 std::string deapexer, debugfs, fsckerofs; in main() local