OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:build_props
(Results
1 - 3
of
3
) sorted by null
/external/autotest/site_utils/sponge_lib/
acts_job_info.py
155
build_props
= self.build_info.get('build_prop', {})
157
if 'ro.product.board' in
build_props
:
158
board =
build_props
['ro.product.board']
159
elif 'ro.build.product' in
build_props
:
160
board =
build_props
['ro.build.product']
/build/make/tools/releasetools/
add_img_to_target_files
589
build_props
= OPTIONS.info_dict.get(partition + ".build.prop", {})
593
present_props = [x for x in prop_name_list if x in
build_props
]
599
fingerprint =
build_props
[property_id]
[
all
...]
add_img_to_target_files.py
589
build_props
= OPTIONS.info_dict.get(partition + ".build.prop", {})
593
present_props = [x for x in prop_name_list if x in
build_props
]
599
fingerprint =
build_props
[property_id]
[
all
...]
Completed in 89 milliseconds