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:rf
(Results
1 - 6
of
6
) sorted by relevance
/base/sensors/sensor/utils/ipc/src/
H
A
D
stream_socket.cpp
90
auto
rf
= close(fd_);
in Close()
91
if (
rf
!= 0) {
in Close()
92
SEN_HILOGE("Socket close failed,
rf
:%{public}d",
rf
);
in Close()
/base/startup/appspawn/test/unittest/
H
A
D
gencoverage.sh
75
hdc_shell_cmd "rm -
rf
${ut_target_path}"
107
rm -
rf
./g.sh
108
rm -
rf
*.gcno
109
rm -
rf
*.gcda
153
rm -
rf
./g.sh *.gcno *.gcda appspawn_ut.info appspawn_ut_tmp.info
154
hdc_shell_cmd "rm -
rf
${ut_target_path}"
/base/startup/init/test/unittest/tools/
H
A
D
prepare_testdata.sh
65
hdc_shell_cmd "rm -
rf
${ut_target_path}"
96
rm -
rf
./g.sh
97
rm -
rf
*.gcno
98
rm -
rf
*.gcda
143
rm -
rf
./g.sh *.gcno *.gcda init_ut.info init_ut_tmp.info
144
hdc_shell_cmd "rm -
rf
${ut_target_path}"
/base/msdp/device_status/utils/ipc/src/
H
A
D
stream_socket.cpp
127
int32_t
rf
= close(fd_);
in Close()
local
128
if (
rf
< 0) {
in Close()
129
FI_HILOGE("Socket close failed
rf
:%{public}d",
rf
);
in Close()
/base/web/webview/
H
A
D
prepare.sh
44
[ -n "${dst_dir}" ] && rm -
rf
${dst_dir} && mkdir -p ${parent_dir}
47
cp -
rf
${src_dir} ${dst_dir}
63
rm -
rf
${OHOS_GLUE_DIR}/${dir_name} && mkdir -p ${OHOS_GLUE_DIR}/${dir_name}
93
[ -n "${ohos_glue_dir}" ] && rm -
rf
${ohos_glue_dir} && mkdir -p ${ohos_glue_dir}
/base/hiviewdfx/hidumper/test/scripts/testModule/
H
A
D
test_memory.py
123
subprocess.check_call("hdc shell \"rm -
rf
/data/log/reliability/resource_leak/memory_leak/*\"", shell=True)
125
subprocess.check_call("hdc shell \"rm -
rf
/data/log/faultlog/temp/*\"", shell=True)
Completed in 3 milliseconds