OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUGFS_EXE
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/tests/f_detect_junk/
script
12
if [ -x $
DEBUGFS_EXE
]; then
23
test -x $
DEBUGFS_EXE
&& $
DEBUGFS_EXE
-R 'quit' $TMPFILE >> $OUT 2>&1
/external/e2fsprogs/tests/f_detect_xfs/
script
9
if [ -x $
DEBUGFS_EXE
]; then
20
test -x $
DEBUGFS_EXE
&& $
DEBUGFS_EXE
-R 'quit' $TMPFILE >> $OUT 2>&1
/external/e2fsprogs/tests/f_uninit_cat/
script
3
if test -x $
DEBUGFS_EXE
; then
21
$
DEBUGFS_EXE
-w -f $TMPFILE.cmd $TMPFILE >> $OUT.new 2>&1
35
else #if test -a -x $
DEBUGFS_EXE
; then
/external/e2fsprogs/tests/
test_config
15
DEBUGFS_EXE
="../debugfs/debugfs"
Completed in 94 milliseconds