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:command_
(Results
1 - 3
of
3
) sorted by relevance
/developtools/hiperf/include/
H
A
D
tracked_command.h
44
if (!
command_
.empty()) {
in GetCommandName()
45
return
command_
[0];
in GetCommandName()
67
std::vector<std::string>
command_
{};
/developtools/hiperf/src/
H
A
D
tracked_command.cpp
38
TrackedCommand::TrackedCommand(const std::vector<std::string> &args) :
command_
{args} {}
in TrackedCommand()
150
char *argv[
command_
.size() + 1];
in ExecuteCommand()
151
for (size_t index = 0; index <
command_
.size(); ++index) {
in ExecuteCommand()
152
argv[index] = const_cast<char *>(
command_
[index].c_str());
in ExecuteCommand()
154
argv[
command_
.size()] = nullptr;
in ExecuteCommand()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H
A
D
check_hook_data_test.cpp
87
command_
.push_back(const_cast<char*>(DEFAULT_NATIVE_DAEMON_PATH.c_str()));
in StartDaemonProcessArgs()
88
command_
.push_back(const_cast<char*>("-o"));
in StartDaemonProcessArgs()
89
command_
.push_back(const_cast<char*>(outFile_.c_str()));
in StartDaemonProcessArgs()
90
command_
.push_back(const_cast<char*>("-s"));
in StartDaemonProcessArgs()
91
command_
.push_back(const_cast<char*>(std::to_string(SHARE_MEMORY_SIZE).c_str()));
in StartDaemonProcessArgs()
92
command_
.push_back(const_cast<char*>("-p"));
in StartDaemonProcessArgs()
93
command_
.push_back(const_cast<char*>(std::to_string(hookPid_).c_str()));
in StartDaemonProcessArgs()
94
command_
.push_back(const_cast<char*>("-u"));
in StartDaemonProcessArgs()
95
command_
.push_back(const_cast<char*>(mode_[modeIndex_].c_str()));
in StartDaemonProcessArgs()
97
command_
in StartDaemonProcessArgs()
466
std::vector<char*>
command_
;
global()
member in CheckHookDataTest
[all...]
Completed in 3 milliseconds