Home
last modified time | relevance | path

Searched refs:debugfs_path (Results 1 – 8 of 8) sorted by relevance

/aosp12/build/make/tools/releasetools/
H A Dapex_utils.py64 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]
414 common.RunAndCheckOutput(['deapexer', '--debugfs_path', debugfs_path,
486 cmd = ['deapexer', '--debugfs_path', debugfs_path,
553 debugfs_path = "debugfs"
[all …]
/aosp12/build/soong/scripts/
H A Dunpack-prebuilt-apex.sh38 $DEAPEXER_PATH --debugfs_path $DEBUGFS_PATH extract $APEX_FILE $OUTPUT_DIR
/aosp12/art/tools/
H A Dbuildbot-sync.sh93 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $ANDROID_HOST_OUT/bin/debugfs_static \
H A Dbuildbot-build.sh157 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $debugfs extract $file $dir
/aosp12/system/apex/tools/
H A Ddeapexer.py134 self._debugfs = args.debugfs_path
366 if args.cmd in debugfs_required_for_cmd and not args.debugfs_path:
/aosp12/frameworks/native/cmds/atrace/
H A Datrace.cpp1094 static const std::string debugfs_path = "/sys/kernel/debug/tracing/"; in findTraceFiles() local
1099 bool debugfs = access((debugfs_path + trace_file).c_str(), F_OK) != -1; in findTraceFiles()
1109 g_traceFolder = debugfs_path; in findTraceFiles()
/aosp12/art/build/apex/
H A Dart_apex_test.py61 def extract_apex(apex_path, deapexer_path, debugfs_path, tmpdir): argument
66 subprocess.check_call([deapexer_path, '--debugfs', debugfs_path,
/aosp12/art/
H A DAndroid.mk628 $(HOST_OUT)/bin/deapexer --debugfs_path $$debugfs extract $$apex_file $$apex_dir; \