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:module_info
(Results
1 - 8
of
8
) sorted by relevance
/build/ohos/notice/
H
A
D
collect_system_notice_files.py
44
for
module_info
in module_info_files:
45
with open(
module_info
, 'r') as file:
46
module_info
= json.load(file)
47
if 'notice' in
module_info
and
module_info
[
49
notice_file =
module_info
['notice']
54
"{}.txt".format(
module_info
['dest'][0]))
56
shutil.copyfile(
module_info
['notice'], dest)
57
depfiles.append(
module_info
['notice'])
58
if os.path.isfile("{}.json".format(
module_info
['notic
[all...]
/build/ohos/packages/rules/
H
A
D
categorized_libraries_utils.py
55
#
module_info
is an json object including label and dest
58
def update_module_info(
module_info
, categorized_libraries):
59
if "dest" not in
module_info
:
62
label =
module_info
["label"]
70
for item in
module_info
["dest"]:
82
module_info
["dest"] = dest
88
module_info
= {
variable
92
update_module_info(
module_info
, categories)
93
print(
module_info
)
/build/ohos/packages/
H
A
D
generate_host_symlink.py
36
module_info
= read_json_file(module_info_file)
37
if 'symlink' in
module_info
:
38
source_file =
module_info
.get('source')
40
symlink_dest =
module_info
.get('symlink')
H
A
D
modules_install.py
77
module_info
= read_json_file(value)
78
if not
module_info
:
80
install =
module_info
.get('install_enable')
83
update_module_info(
module_info
, categorized_libraries)
84
output_result.append(
module_info
)
99
for
module_info
in output_result:
100
if
module_info
.get('type') == 'none':
103
label =
module_info
.get('label')
106
source =
module_info
.get('source')
107
dests =
module_info
[all...]
H
A
D
gen_required_modules_list.py
44
module_info
= _read_file_content(module_info_file)
46
install_enable =
module_info
.get('install_enable')
49
install_module_list.append(
module_info
)
/build/hb/util/post_build/
H
A
D
part_rom_statistics.py
99
for
module_info
in file_json:
100
if
module_info
["part_name"] == part_info_dict["part_name"]:
102
module_json_path["module_info_path"] =
module_info
["module_info_file"]
103
module_json_path["part_name"] =
module_info
["part_name"]
111
for
module_info
in module_info_list:
112
if part_name ==
module_info
['part_name']:
113
module_info_path = os.path.join(out_path,
module_info
['module_info_path'])
/build/scripts/
H
A
D
gen_sdk_build_file.py
99
# read
module_info
.json file, get module source path
197
module_info
= {
202
sdk_info[module_name] =
module_info
/build/toolchain/
H
A
D
gcc_solink_wrapper.py
102
module_info
= json.load(f)
103
dest_dirs =
module_info
.get("dest")
Completed in 3 milliseconds