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:now_version
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/audio/test/sample/tools/get_trace_loop/
H
A
D
get_trace_loop.py
38
now_version
= "null"
variable
81
global
now_version
82
now_version
= str(run_cmd("hdc shell param get const.product.software.version")).replace("\n", "").replace(" ", "")
100
trace_file_name = "trace-" +
now_version
+ "-" + p_name_id + "-" + now_time + ".trace"
/drivers/peripheral/audio/test/sample/tools/get_mem_excel/
H
A
D
get_mem_excel.py
36
now_version
= "null"
variable
72
global
now_version
73
now_version
= str(run_cmd("hdc shell param get const.product.software.version")).replace("\n", "").replace(" ", "")
99
mem_file_name = "result-mem" +
now_version
+ p_name + now_time + ".txt"
109
mem_smaps_file_name = "result-mem_smaps" +
now_version
+ p_name + now_time + ".txt"
153
output_file = "result-mem-" +
now_version
+ p_name + now_time + ".xlsx"
Completed in 1 milliseconds