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:product_json
(Results
1 - 5
of
5
) sorted by relevance
/build/hb/util/
H
A
D
product_util.py
156
def get_device_info(
product_json
: str):
157
info = IoUtil.read_json_file(
product_json
)
193
raise OHOSException(f'wrong version number in {
product_json
}')
197
def get_all_components(
product_json
: str):
198
if not os.path.isfile(
product_json
):
199
raise OHOSException(f'features {
product_json
} not found')
204
product_json
).get('inherit', [])]
206
files.append(
product_json
)
225
def get_features(
product_json
: str):
226
if not os.path.isfile(
product_json
)
[all...]
/build/hb/resolver/
H
A
D
set_args_resolver.py
53
config.
product_json
= product_info.get('config')
61
device_info = ProductUtil.get_device_info(config.
product_json
)
H
A
D
build_args_resolver.py
93
features_dict = ProductUtil.get_features_dict(config.
product_json
)
/build/hb/resources/
H
A
D
config.py
123
def
product_json
(self):
member in Config
126
@
product_json
.setter
127
def
product_json
(self, value: str):
member in Config
129
self.config_update('
product_json
', self._product_json)
387
self.
product_json
= config_content.get('
product_json
', None)
/build/hb/util/preloader/
H
A
D
preloader_process_data.py
100
self._config_file = config.
product_json
Completed in 4 milliseconds