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:TEST_FILE
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/sysctl/
H
A
D
sysctl.sh
23
TEST_FILE
=$(mktemp)
213
rm -f "${
TEST_FILE
}"
228
echo "${TEST_STR}" > "${
TEST_FILE
}"
229
if ! verify "${
TEST_FILE
}"; then
268
dd if="${
TEST_FILE
}" of="${TARGET}" bs=4096 2>/dev/null
278
dd if="${
TEST_FILE
}" of="${TARGET}" bs=1 seek=1 skip=1 2>/dev/null
288
dd if="${
TEST_FILE
}" of="${TARGET}" bs=20 seek=2 2>/dev/null
554
dd if="${
TEST_FILE
}" of="${TARGET}" bs=1 2>/dev/null
564
dd if="${
TEST_FILE
}" of="${TARGET}" bs=1 seek=1 2>/dev/null
660
TEST_FILE
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/sysctl/
H
A
D
sysctl.sh
13
TEST_FILE
=$(mktemp)
208
rm -f "${
TEST_FILE
}"
223
echo "${TEST_STR}" > "${
TEST_FILE
}"
224
if ! verify "${
TEST_FILE
}"; then
263
dd if="${
TEST_FILE
}" of="${TARGET}" bs=4096 2>/dev/null
273
dd if="${
TEST_FILE
}" of="${TARGET}" bs=1 seek=1 skip=1 2>/dev/null
283
dd if="${
TEST_FILE
}" of="${TARGET}" bs=20 seek=2 2>/dev/null
549
dd if="${
TEST_FILE
}" of="${TARGET}" bs=1 2>/dev/null
559
dd if="${
TEST_FILE
}" of="${TARGET}" bs=1 seek=1 2>/dev/null
654
TEST_FILE
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
khugepaged.c
33
#define
TEST_FILE
"collapse_test_file"
macro
438
if (snprintf(finfo.path, sizeof(finfo.path), "%s/"
TEST_FILE
,
in get_finfo()
Completed in 4 milliseconds