Home
last modified time | relevance | path

Searched refs:source_exist (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/scripts/
Dsimulate_ota.py89 source_exist = source and (isinstance(
102 assert source_exist, \
/system/update_engine/aosp/
Dupdate_attempter_android_integration_test.cc281 const bool source_exist = in ApplyPayload() local
285 if (source_exist) { in ApplyPayload()