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:init
(Results
1 - 4
of
4
) sorted by relevance
/build/common/asan/
H
A
D
build_mixed_asan.sh
149
cp -a "$asan_dir"/system/etc/
init
/asan.cfg system/etc/
init
/
151
if grep -qw LD_PRELOAD system/etc/
init
/faultloggerd.cfg; then
152
sed -i '/LD_PRELOAD/d' system/etc/
init
/asan.cfg
168
for cfg in {system,vendor}/etc/
init
/$f.cfg*; do
198
sed -i '/export HOME /d' "$asan_dir"/system/etc/
init
/asan.cfg
199
sed -i '/export ASAN_OPTIONS /i"export HOME /'$1'",' "$asan_dir"/system/etc/
init
/asan.cfg
/build/lite/make_rootfs/
H
A
D
rootfsimg_linux.sh
43
if [ -f "${ROOTFS_DIR}/bin/
init
" ] && [ -f "${ROOTFS_DIR}/bin/shell" ]; then
44
chmod 700 ${ROOTFS_DIR}/bin/
init
2> /dev/null
H
A
D
rootfsimg_liteos.sh
41
if [ -f "${ROOTFS_DIR}/bin/
init
" ] && [ -f "${ROOTFS_DIR}/bin/shell" ]; then
42
chmod 700 ${ROOTFS_DIR}/bin/
init
2> /dev/null
/build/build_scripts/
H
A
D
build.sh
141
chmod +x ${OHPM_HOME}/
init
142
${OHPM_HOME}/
init
> /dev/null
Completed in 1 milliseconds