OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_VALGRIND
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/tests/
test_config
6
FSCK="$
USE_VALGRIND
../e2fsck/e2fsck"
7
MKE2FS="$
USE_VALGRIND
../misc/mke2fs"
8
DUMPE2FS="$
USE_VALGRIND
../misc/dumpe2fs"
9
TUNE2FS="$
USE_VALGRIND
../misc/tune2fs"
10
CHATTR="$
USE_VALGRIND
../misc/chattr"
11
LSATTR="$
USE_VALGRIND
../misc/lsattr"
12
DEBUGFS="$
USE_VALGRIND
../debugfs/debugfs"
15
RESIZE2FS="$
USE_VALGRIND
$RESIZE2FS_EXE"
test_script.in
11
export
USE_VALGRIND
="valgrind -q --sim-hints=lax-ioctls"
15
export
USE_VALGRIND
="valgrind --sim-hints=lax-ioctls --leak-check=full --show-reachable=yes --log-file=/tmp/valgrind-%p.log"
Completed in 29 milliseconds