HomeSort by relevance Sort by last modified time
    Searched refs:file_test (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/commands/file/
file_test.sh 43 file_test() function
76 1) file_test in.txt "ASCII text";;
77 2) file_test in.bash "Bourne-Again shell script";;
78 3) file_test in.sh "POSIX shell script, ASCII text executable" \
82 4) file_test in.ksh "Korn shell script";;
83 5) file_test in.csh "C shell script";;
84 6) file_test in.c "ASCII C program text" "C source, ASCII text";;
85 7) file_test in.pl "[pP]erl script, ASCII text executable" \
88 8) file_test in.py "[pP]ython script, ASCII text executable" \
90 9) file_test in.m4 "M4 macro processor script, ASCII text"
    [all...]
Makefile 27 INSTALL_TARGETS := file_test.sh
  /prebuilts/go/darwin-x86/misc/swig/stdio/
file_test.go 12 f := Fopen("file_test.go", "r")
  /prebuilts/go/linux-x86/misc/swig/stdio/
file_test.go 12 f := Fopen("file_test.go", "r")
  /external/e2fsprogs/lib/ext2fs/
tst_badblocks.c 172 int file_test(badblocks_list bb) function
186 com_err("file_test", retval, "while writing bad blocks");
193 com_err("file_test", retval, "while reading bad blocks");
241 com_err("file_test", retval, "while writing bad blocks");
250 com_err("file_test", retval, "while reading bad blocks");
342 file_test(bb4);
inline_data.c 605 static errcode_t file_test(ext2_filsys fs) function
616 com_err("file_test", retval, "while allocaing a new inode");
626 com_err("file_test", retval, "while writting a new inode");
632 com_err("file_test", retval, "while init 'system.data'");
638 com_err("file_test", retval, "while getting size");
652 com_err("file_test", retval,
660 com_err("file_test", retval, "while getting inline data");
680 com_err("file_test", retval, "while truncating inode");
837 if (file_test(fs)) {
  /external/ltp/android/
Android.ltp.mk     [all...]

Completed in 6299 milliseconds