Home
last modified time | relevance | path

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

/aosp_15_r20/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
H A DApexShimValidationTest.java146 final File fsckerofs = new File(mDeapexingDir, FSCKEROFS_FILE_NAME); in testPackageNameOfShimApkInAllBundledApexesIsAllowed() local
251 final File fsckerofs = FileUtil.findFile(destDir, FSCKEROFS_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.cc217 std::string deapexer, debugfs, fsckerofs; in main() local