Searched defs:file_test (Results 1 - 3 of 3) sorted by relevance

/external/ltp/testcases/commands/file/
H A Dfile_test.sh43 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 i
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtst_badblocks.c172 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);
H A Dinline_data.c605 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)) {

Completed in 336 milliseconds