Searched defs:debugfs (Results 1 – 1 of 1) sorted by relevance
152 final File debugfs = new File(mDeapexingDir, DEBUGFS_STATIC_FILE_NAME); in testPackageNameOfShimApkInAllBundledApexesIsAllowed() local255 final File debugfs = FileUtil.findFile(destDir, DEBUGFS_STATIC_FILE_NAME); in extractDeapexer() local305 private void runDeapexerExtract(File deapexer, File debugfs, File blkid, File fsckerofs, in runDeapexerExtract()