Searched refs:debugfs (Results 1 – 7 of 7) sorted by relevance
165 || adb shell mount -t debugfs debugfs "$ART_TEST_CHROOT/sys/kernel/debug"
128 debugfs=$ANDROID_HOST_OUT/bin/debugfs_static136 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $debugfs extract $file $dir
107 remove_filesystem_from_chroot sys/kernel/debug debugfs false
57 build/soong/soong_ui.bash --make-mode debugfs-host || die "Cannot build debugfs"
74 def __init__(self, apex, tmpdir, debugfs): argument76 self._debugfs = debugfs952 if not test_args.flattened and not test_args.host and not test_args.debugfs:984 apex_provider = TargetApexProvider(test_args.apex, test_args.tmpdir, test_args.debugfs)1068 test_args.debugfs = '%s/bin/debugfs' % host_out1075 if not os.path.exists(test_args.debugfs):1077 test_args.debugfs)
382 " --debugfs $(location debugfs)" +391 "debugfs",
607 debugfs=$(HOST_OUT)/bin/debugfs_static && \608 $(HOST_OUT)/bin/deapexer --debugfs_path $$debugfs extract $$apex_file $$apex_dir; \