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:cmdstr
(Results
1 - 5
of
5
) sorted by relevance
/base/update/updater/test/unittest/flashd_test/
H
A
D
flashd_unittest.cpp
69
std::string
cmdstr
= "format data";
in HWTEST_F()
local
71
int payloadSize =
cmdstr
.size() + 1;
in HWTEST_F()
75
payload = reinterpret_cast<uint8_t*>(
cmdstr
.data());
in HWTEST_F()
80
cmdstr
= "format";
in HWTEST_F()
81
payload = reinterpret_cast<uint8_t*>(
cmdstr
.data());
in HWTEST_F()
82
payloadSize =
cmdstr
.size();
in HWTEST_F()
86
cmdstr
= "format databack";
in HWTEST_F()
87
payload = reinterpret_cast<uint8_t*>(
cmdstr
.data());
in HWTEST_F()
88
payloadSize =
cmdstr
.size() + 1;
in HWTEST_F()
103
std::string
cmdstr
in HWTEST_F()
local
137
std::string
cmdstr
= "erase misc";
HWTEST_F()
local
171
std::string
cmdstr
= "flash updater updater.img";
HWTEST_F()
local
275
std::string
cmdstr
= "flash updater updater.img";
HWTEST_F()
local
388
std::string
cmdstr
= "erase misc";
HWTEST_F()
local
417
std::string
cmdstr
= "flash updatertest updater.fd";
HWTEST_F()
local
[all...]
/base/security/selinux_adapter/scripts/
H
A
D
build_contexts.py
48
cmdstr
= " ".join(in_cmd)
49
ret = subprocess.run(
cmdstr
, shell=True).returncode
H
A
D
build_policy_api.py
128
cmdstr
= " ".join(in_cmd)
129
ret = subprocess.run(
cmdstr
, shell=True).returncode
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H
A
D
hitrace_dump_test.cpp
94
bool RunCmd(const string&
cmdstr
)
in RunCmd()
argument
96
FILE *fp = popen(
cmdstr
.c_str(), "r");
in RunCmd()
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H
A
D
hitrace_ndk_test.cpp
350
bool RunCmd(const string&
cmdstr
)
in RunCmd()
argument
352
FILE *fp = popen(
cmdstr
.c_str(), "r");
in RunCmd()
Completed in 6 milliseconds