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:cmdRet
(Results
1 - 3
of
3
) sorted by relevance
/test/xts/tools/lite/reliability/
H
A
D
NativePressTest.py
49
cmdRet
= exec_cmd(hdcPath + " shell \"ps -elf | grep "
51
print("
cmdRet
is :" +
cmdRet
)
52
splitlines =
cmdRet
.strip('\n\t\r').split("\n")
66
cmdRet
= exec_cmd(hdcPath + " shell \"cat /proc/" + pid + "/cmdline\"", waitOut=True)
67
if
cmdRet
.find(testFile) == -1:
71
print("
cmdRet
is " +
cmdRet
)
78
cmdRet
= exec_cmd(hdcPath + " shell " + " kill " + pid, waitOut=True)
79
print(
cmdRet
)
[all...]
H
A
D
RebootPressTest.py
34
cmdRet
= exec_cmd(hdcPath + " list targets", waitOut=True)
35
print("
cmdRet
is " + str(
cmdRet
))
36
if str(
cmdRet
).find(DeviceKey) != -1:
37
cmdRet
= exec_cmd(hdcPath + " -t " + DeviceKey + " shell " +
39
print("
cmdRet
is " + str(
cmdRet
))
40
if str(
cmdRet
).find(abilitySuccess) != -1:
43
cmdRet
= exec_cmd(hdcPath + " -t " + DeviceKey + " shell reboot")
/test/xts/acts/hiviewdfx/utils/native/
H
A
D
file_utils.cpp
110
std::string
cmdRet
= ExecuteCmd(cmd);
in SaveCmdOutput()
local
111
fstr <<
cmdRet
;
in SaveCmdOutput()
local
Completed in 2 milliseconds