OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disktest
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/tests/disktest/
Makefile
0
disktest
:
disktest
.c
2
cc
disktest
.c -Wall -D_FILE_OFFSET_BITS=64 -D _GNU_SOURCE -static -o
disktest
disktest.py
6
class
disktest
(test.test):
class in inherits:test.test
8
Autotest module for
disktest
.
23
Compiles
disktest
.
32
Verifies if we have gcc to compile
disktest
.
39
Tests one part of the disk by spawning a
disktest
instance.
46
cmd = ("%s/
disktest
-m %d -f %s/testfile.%d -i -S" %
55
Runs one iteration of
disktest
.
/external/autotest/client/tests/disktest/src/
Makefile
2
TARGET =
disktest
8
$(TARGET):
disktest
.c
Completed in 186 milliseconds