Searched refs:debugfs_path (Results 1 – 8 of 8) sorted by relevance
/aosp12/build/make/tools/releasetools/ |
H A D | apex_utils.py | 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] 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 D | unpack-prebuilt-apex.sh | 38 $DEAPEXER_PATH --debugfs_path $DEBUGFS_PATH extract $APEX_FILE $OUTPUT_DIR
|
/aosp12/art/tools/ |
H A D | buildbot-sync.sh | 93 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $ANDROID_HOST_OUT/bin/debugfs_static \
|
H A D | buildbot-build.sh | 157 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $debugfs extract $file $dir
|
/aosp12/system/apex/tools/ |
H A D | deapexer.py | 134 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 D | atrace.cpp | 1094 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 D | art_apex_test.py | 61 def extract_apex(apex_path, deapexer_path, debugfs_path, tmpdir): argument 66 subprocess.check_call([deapexer_path, '--debugfs', debugfs_path,
|
/aosp12/art/ |
H A D | Android.mk | 628 $(HOST_OUT)/bin/deapexer --debugfs_path $$debugfs extract $$apex_file $$apex_dir; \
|