Searched refs:DEBUGFS_PATH (Results 1 – 3 of 3) sorted by relevance
44 String.format("%s/kunit", NativeDevice.DEBUGFS_PATH);
54 String.format("echo 1 > %s/gcov/reset", NativeDevice.DEBUGFS_PATH);
198 public static final String DEBUGFS_PATH = "/sys/kernel/debug"; field in NativeDevice200 String.format("mountpoint -q %s", DEBUGFS_PATH);202 String.format("mount -t debugfs debugfs %s", DEBUGFS_PATH);203 private static final String UNMOUNT_DEBUGFS_COMMAND = String.format("umount %s", DEBUGFS_PATH);