Home
last modified time | relevance | path

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

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateConfigs.java65 if (!root.exists()) { in getUpdateConfigs()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
DPrepareUpdateService.java171 || !Paths.get(OTA_PACKAGE_DIR, PAYLOAD_PROPERTIES_FILE_NAME).toFile().exists()) { in execute()
/bootable/recovery/updater/
Dblockimg.cpp810 const std::vector<uint8_t>& buffer, bool checkspace, bool* exists) { in WriteStash() argument
823 if (exists) { in WriteStash()
832 *exists = true; in WriteStash()
836 *exists = false; in WriteStash()