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:cpio_list
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/usr/
H
A
D
gen_initramfs.sh
72
echo "# Last modified: ${my_mtime}" >> $
cpio_list
73
echo "" >> $
cpio_list
126
echo "${str}" >> $
cpio_list
142
printf "\n#####################\n# $1\n" >> $
cpio_list
170
print_mtime "$1" >> $
cpio_list
171
cat "$1" >> $
cpio_list
193
cpio_list
=$(mktemp ${TMPDIR:-/tmp}/cpiolist.XXXXXX)
196
trap "rm -f $
cpio_list
" EXIT
247
usr/gen_init_cpio $timestamp $
cpio_list
> $output
H
A
D
gen_init_cpio.c
455
"\t%s [-t <timestamp>] <
cpio_list
>\n"
in usage()
457
"<
cpio_list
> is a file containing newline separated entries that\n"
in usage()
523
FILE *
cpio_list
;
in main()
local
560
cpio_list
= stdin;
in main()
561
else if (!(
cpio_list
= fopen(filename, "r"))) {
in main()
568
while (fgets(line, LINE_SIZE,
cpio_list
)) {
in main()
/kernel/linux/linux-6.6/usr/
H
A
D
gen_initramfs.sh
73
echo "# Last modified: ${my_mtime}" >> $
cpio_list
74
echo "" >> $
cpio_list
127
echo "${str}" >> $
cpio_list
143
printf "\n#####################\n# $1\n" >> $
cpio_list
171
print_mtime "$1" >> $
cpio_list
172
cat "$1" >> $
cpio_list
195
cpio_list
=$(mktemp ${TMPDIR:-/tmp}/cpiolist.XXXXXX)
198
trap "rm -f $
cpio_list
" EXIT
249
usr/gen_init_cpio $timestamp $
cpio_list
> $output
H
A
D
gen_init_cpio.c
505
"\t%s [-t <timestamp>] [-c] <
cpio_list
>\n"
in usage()
507
"<
cpio_list
> is a file containing newline separated entries that\n"
in usage()
574
FILE *
cpio_list
;
in main()
local
624
cpio_list
= stdin;
in main()
625
else if (!(
cpio_list
= fopen(filename, "r"))) {
in main()
632
while (fgets(line, LINE_SIZE,
cpio_list
)) {
in main()
Completed in 3 milliseconds