Home
last modified time | relevance | path

Searched refs:debugfs (Results 1 – 7 of 7) sorted by relevance

/art/tools/
Dbuildbot-setup-device.sh165 || adb shell mount -t debugfs debugfs "$ART_TEST_CHROOT/sys/kernel/debug"
Dbuildbot-build.sh128 debugfs=$ANDROID_HOST_OUT/bin/debugfs_static
136 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $debugfs extract $file $dir
Dbuildbot-teardown-device.sh107 remove_filesystem_from_chroot sys/kernel/debug debugfs false
/art/build/apex/
Druntests.sh57 build/soong/soong_ui.bash --make-mode debugfs-host || die "Cannot build debugfs"
Dart_apex_test.py74 def __init__(self, apex, tmpdir, debugfs): argument
76 self._debugfs = debugfs
952 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_out
1075 if not os.path.exists(test_args.debugfs):
1077 test_args.debugfs)
DAndroid.bp382 " --debugfs $(location debugfs)" +
391 "debugfs",
/art/
DAndroid.mk607 debugfs=$(HOST_OUT)/bin/debugfs_static && \
608 $(HOST_OUT)/bin/deapexer --debugfs_path $$debugfs extract $$apex_file $$apex_dir; \