Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:filesystems
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ltp/testcases/lib/
H
A
D
tst_supported_fs.c
40
fprintf(stderr, "* all
filesystems
\n");
in usage()
42
fprintf(stderr, " print the list of supported
filesystems
\n");
in usage()
44
" print list of supported
filesystems
and return 0\n");
in usage()
58
fprintf(stderr, "skip_list -
filesystems
to skip, delimiter: '%c'\n",
in usage()
87
const char *const *
filesystems
;
in main()
local
151
/* all
filesystems
*/
in main()
152
filesystems
= tst_get_supported_fs_types((const char * const*)skiplist);
in main()
154
if (!
filesystems
[0])
in main()
155
fail_exit("There are no supported
filesystems
or all skipped");
in main()
157
for (i = 0;
filesystems
[
in main()
[all...]
H
A
D
tst_test.sh
641
local
filesystems
643
filesystems
="$(tst_supported_fs -s "$TST_SKIP_FILESYSTEMS")"
645
tst_brk TCONF "There are no supported
filesystems
or all skipped"
648
for fs in $
filesystems
; do
/third_party/ltp/testcases/kernel/fs/binfmt_misc/
H
A
D
binfmt_misc_lib.sh
41
if ! grep -q "binfmt_misc" /proc/
filesystems
; then
/third_party/ltp/testcases/kernel/controllers/freezer/
H
A
D
run_freezer.sh
78
cat /proc/
filesystems
| grep -E '\bcgroup\b' > /dev/null 2>&1 || {
/third_party/ltp/testcases/kernel/tracing/dynamic_debug/
H
A
D
dynamic_debug01.sh
33
if ! grep -q debugfs /proc/
filesystems
; then
/third_party/ltp/
H
A
D
ver_linux
146
echo 'available
filesystems
:'
147
echo $(cut -f2 /proc/
filesystems
| sort -u)
150
echo 'mounted
filesystems
(/proc/mounts):'
154
echo 'mounted
filesystems
(df):'
/third_party/ltp/lib/
H
A
D
tst_test.c
1643
const char *const *
filesystems
= tst_get_supported_fs_types(tst_test->skip_filesystems);
in run_tcases_per_fs()
local
1645
if (!
filesystems
[0])
in run_tcases_per_fs()
1646
tst_brk(TCONF, "There are no supported
filesystems
");
in run_tcases_per_fs()
1648
for (i = 0;
filesystems
[i]; i++) {
in run_tcases_per_fs()
1650
tst_res(TINFO, "=== Testing on %s ===",
filesystems
[i]);
in run_tcases_per_fs()
1651
tdev.fs_type =
filesystems
[i];
in run_tcases_per_fs()
/third_party/ltp/testscripts/
H
A
D
ltp-aiodio.sh
42
-o = optional partition allows some of the tests to utilize multiple
filesystems
to further stress AIO/DIO
48
-a = test all supported
filesystems
, this will override any other filesystem flags passed.
92
echo "testing ALL supported
filesystems
"
124
echo " ** You must pass at least 2
filesystems
to run an extended AIO stress test **"
129
echo "No
filesystems
passed to test"
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
H
A
D
cpuset_memory_testset.sh
154
local fssupport=$(grep -w hugetlbfs /proc/
filesystems
2>/dev/null | cut -f2)
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H
A
D
api.js
[all...]
Completed in 22 milliseconds