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_files264 OPTIONS.skip_postinstall = False
1623 def GetTargetFilesZipForSecondaryImages(input_file, skip_postinstall=False): argument
1708 elif skip_postinstall and info.filename == POSTINSTALL_CONFIG:
1868 elif OPTIONS.skip_postinstall:
1896 target_file, OPTIONS.skip_postinstall)
2103 OPTIONS.skip_postinstall = True
2212 OPTIONS.skip_postinstall = True
Dota_from_target_files.py264 OPTIONS.skip_postinstall = False
1623 def GetTargetFilesZipForSecondaryImages(input_file, skip_postinstall=False): argument
1708 elif skip_postinstall and info.filename == POSTINSTALL_CONFIG:
1868 elif OPTIONS.skip_postinstall:
1896 target_file, OPTIONS.skip_postinstall)
2103 OPTIONS.skip_postinstall = True
2212 OPTIONS.skip_postinstall = True
Dtest_ota_from_target_files.py366 input_file, skip_postinstall=True)