Lines Matching refs:debugfs_path
64 self.debugfs_path = os.path.join(
76 if not os.path.exists(self.debugfs_path):
79 "Path {} does not exist. ".format(self.debugfs_path) +
82 self.debugfs_path, 'list', self.apex_path]
112 if not os.path.exists(self.debugfs_path):
115 "Path {} does not exist. ".format(self.debugfs_path) +
119 self.debugfs_path, 'extract', self.apex_path, payload_dir]
407 debugfs_path = os.path.join(OPTIONS.search_path, 'bin', 'debugfs_static')
414 common.RunAndCheckOutput(['deapexer', '--debugfs_path', debugfs_path,
485 debugfs_path = os.path.join(OPTIONS.search_path, 'bin', 'debugfs_static')
486 cmd = ['deapexer', '--debugfs_path', debugfs_path,
553 debugfs_path = "debugfs"
555 debugfs_path = os.path.join(OPTIONS.search_path, "bin", "debugfs_static")
574 deapexer, "--debugfs_path", debugfs_path,