OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recovery_mount_options
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/releasetools/
ota_from_target_files
217
def _LoadOemDicts(script,
recovery_mount_options
=None):
223
script.Mount("/oem",
recovery_mount_options
)
379
recovery_mount_options
= OPTIONS.info_dict.get("
recovery_mount_options
")
383
oem_dicts = _LoadOemDicts(script,
recovery_mount_options
)
478
recovery_mount_options
= OPTIONS.info_dict.get("
recovery_mount_options
")
variable
599
recovery_mount_options
= OPTIONS.source_info_dict.get(
600
"
recovery_mount_options
")
605
oem_dicts = _LoadOemDicts(script,
recovery_mount_options
)
[
all
...]
ota_from_target_files.py
217
def _LoadOemDicts(script,
recovery_mount_options
=None):
223
script.Mount("/oem",
recovery_mount_options
)
379
recovery_mount_options
= OPTIONS.info_dict.get("
recovery_mount_options
")
383
oem_dicts = _LoadOemDicts(script,
recovery_mount_options
)
478
recovery_mount_options
= OPTIONS.info_dict.get("
recovery_mount_options
")
variable
599
recovery_mount_options
= OPTIONS.source_info_dict.get(
600
"
recovery_mount_options
")
605
oem_dicts = _LoadOemDicts(script,
recovery_mount_options
)
[
all
...]
Completed in 56 milliseconds