/aosp_15_r20/build/make/tools/releasetools/ |
H A D | apex_utils.py | 66 self.debugfs_path = os.path.join( 113 if not os.path.exists(self.debugfs_path): 116 "Path {} does not exist. ".format(self.debugfs_path) + 124 extract_cmd = ['deapexer', '--debugfs_path', self.debugfs_path, 428 debugfs_path = os.path.join(OPTIONS.search_path, 'bin', 'debugfs_static') 435 common.RunAndCheckOutput(['deapexer', '--debugfs_path', debugfs_path, 498 debugfs_path = os.path.join(OPTIONS.search_path, 'bin', 'debugfs_static') 499 cmd = ['deapexer', '--debugfs_path', debugfs_path, 574 debugfs_path = "debugfs" 576 debugfs_path = os.path.join(OPTIONS.search_path, "bin", "debugfs_static") [all …]
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_gpu_abrt | 20 debugfs_path=/debug_dri 24 debugfs_path=/sys/kernel/debug/dri 28 for dir in `ls $debugfs_path` ; do 29 if [ -f $debugfs_path/$dir/i915_error_state ] ; then 30 i915_debugfs=$debugfs_path/$dir
|
/aosp_15_r20/build/bazel/rules/ |
H A D | staging_dir_builder_test.sh | 28 debugfs_path="${RUNFILES_DIR}/__main__/external/e2fsprogs/debugfs/bin/debugfs" 114 …${avb_tool_path}:${e2fsdroid_path}:${mke2fs_path}:${resize2fs_path}:${debugfs_path}:${soong_zip_pa… 134 "${deapexer_tool_path}" --debugfs_path="${debugfs_path}/debugfs" --fsckerofs_path="${fsckerofs_path…
|
/aosp_15_r20/external/bcc/tools/ |
H A D | criticalstat.py | 50 debugfs_path = subprocess.Popen ("cat /proc/mounts | grep -w debugfs" + variable 55 if debugfs_path == "": 59 trace_path = debugfs_path + b"/tracing/events/preemptirq/";
|
/aosp_15_r20/external/igt-gpu-tools/overlay/ |
H A D | debugfs.c | 33 char debugfs_path[128]; variable 57 strcpy(debugfs_path, path); in debugfs_init()
|
H A D | debugfs.h | 28 extern char debugfs_path[128];
|
H A D | gpu-perf.c | 141 debugfs_path, tp->name); in tracepoint_id()
|
/aosp_15_r20/build/bazel/tests/apex/ |
H A D | apex_diff_test.bzl | 19 …cmd = "$(location //system/apex/tools:deapexer) --debugfs_path=$(location //external/e2fsprogs/deb… 30 …cmd = "$(location //system/apex/tools:deapexer) --debugfs_path=$(location //external/e2fsprogs/deb…
|
H A D | apks_binary_arches.py | 43 args.debugfs_path,
|
/aosp_15_r20/external/libdrm/tests/amdgpu/ |
H A D | ras_tests.c | 532 static char debugfs_path[PATH_SIZE]; variable 540 snprintf(debugfs_path, PATH_SIZE, "/sys/kernel/debug/dri/%d/ras/", devices[card].id); in set_test_card() 555 return debugfs_path; in get_ras_debugfs_root()
|
H A D | basic_tests.c | 2497 char debugfs_path[256], tmp[10]; in amdgpu_gpu_reset_test() local 2509 sprintf(debugfs_path, "/sys/kernel/debug/dri/%d/amdgpu_gpu_recover", minor(sbuf.st_rdev)); in amdgpu_gpu_reset_test() 2510 fd = open(debugfs_path, O_RDONLY); in amdgpu_gpu_reset_test()
|
/aosp_15_r20/external/blktrace/ |
H A D | blktrace.c | 286 static char *debugfs_path = "/sys/kernel/debug"; variable 1119 snprintf(fn, sizeof(fn), "%s/block/%s/dropped", debugfs_path, in get_drops() 1672 debugfs_path, dpp->buts_name, tp->cpu); in open_ios() 2156 debugfs_path = optarg; in handle_args() 2230 if (statfs(debugfs_path, &st) < 0) { in handle_args() 2232 debugfs_path, errno, strerror(errno)); in handle_args() 2237 fprintf(stderr, "Debugfs is not mounted at %s\n", debugfs_path); in handle_args()
|
/aosp_15_r20/build/soong/scripts/ |
H A D | unpack-prebuilt-apex.sh | 37 $DEAPEXER_PATH --debugfs_path $DEBUGFS_PATH \
|
H A D | list_image.sh | 12 if [[ "${1:-}" =~ --debugfs_path=(.*) ]]; then
|
/aosp_15_r20/packages/modules/Virtualization/build/apex/ |
D | sign_virt_apex_test.sh | 29 deapexer --debugfs_path $DEBUGFS --fsckerofs_path $FSCKEROFS \
|
/aosp_15_r20/frameworks/native/cmds/atrace/ |
H A D | atrace.cpp | 1123 static const std::string debugfs_path = "/sys/kernel/debug/tracing/"; in findTraceFiles() local 1128 bool debugfs = access((debugfs_path + trace_file).c_str(), F_OK) != -1; in findTraceFiles() 1138 g_traceFolder = debugfs_path; in findTraceFiles()
|
/aosp_15_r20/build/bazel/rules/partitions/diff/ |
H A D | partition_inspector.py | 71 print(tree(args.debugfs_path, args.image))
|
/aosp_15_r20/system/apex/tools/ |
H A D | deapexer.py | 151 self._debugfs = args.debugfs_path 493 if args.cmd in debugfs_required_for_cmd and not args.debugfs_path:
|
/aosp_15_r20/art/tools/ |
H A D | buildbot-sync.sh | 108 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $ANDROID_HOST_OUT/bin/debugfs_static \
|
H A D | buildbot-build.sh | 235 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $debugfs --fsckerofs_path $fsckerofs \
|
/aosp_15_r20/build/soong/tests/ |
H A D | sbom_test.sh | 272 …<($deapexer --debugfs_path=$debugfs list --extents ${apex_file} | sed -E 's#(.*) \[.*\]$#\1#' | gr…
|
/aosp_15_r20/art/build/apex/ |
H A D | art_apex_test.py | 67 def extract_apex(apex_path, deapexer_path, debugfs_path, fsckerofs_path, argument 73 subprocess.check_call([deapexer_path, '--debugfs', debugfs_path,
|
H A D | Android.bp | 470 "--debugfs_path $(location debugfs) " +
|
/aosp_15_r20/out/soong/raw-aosp_shiba/1b/ |
D | 1b5ede124bc7a063875695db076e565e57ea577f | 151 …command: "__SBOX_SANDBOX_DIR__/tools/out/bin/deapexer --debugfs_path __SBOX_SANDBOX_DIR__/tools/ou…
|
/aosp_15_r20/build/bazel/rules/apex/ |
H A D | apex_aab.bzl | 212 args.add_all(["--debugfs_path", ctx.executable._debugfs.path])
|