Home
last modified time | relevance | path

Searched refs:skip_postinstall (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/releasetools/
Dota_from_target_files233 OPTIONS.skip_postinstall = False
1843 def GetTargetFilesZipForSecondaryImages(input_file, skip_postinstall=False): argument
1881 elif skip_postinstall and info.filename == POSTINSTALL_CONFIG:
2026 elif OPTIONS.skip_postinstall:
2054 target_file, OPTIONS.skip_postinstall)
2159 OPTIONS.skip_postinstall = True
2258 OPTIONS.skip_postinstall = True
Dota_from_target_files.py233 OPTIONS.skip_postinstall = False
1843 def GetTargetFilesZipForSecondaryImages(input_file, skip_postinstall=False): argument
1881 elif skip_postinstall and info.filename == POSTINSTALL_CONFIG:
2026 elif OPTIONS.skip_postinstall:
2054 target_file, OPTIONS.skip_postinstall)
2159 OPTIONS.skip_postinstall = True
2258 OPTIONS.skip_postinstall = True
Dtest_ota_from_target_files.py606 input_file, skip_postinstall=True)