Home
last modified time | relevance | path

Searched defs:is_new (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/scripts/update_payload/
Dtest_utils.py177 def SetPartInfo(self, part_name, is_new, part_size, part_hash): argument
/system/bt/main/shim/
Dbtm_api.cc138 bool is_new = true; in btm_api_process_inquiry_result_with_rssi() local
193 bool is_new = true; in btm_api_process_extended_inquiry_result() local
/system/bt/stack/btm/
Dbtm_inq.cc1046 bool is_new = true; in btm_process_inq_results() local
/system/apex/apexd/
Dapexd.cpp585 std::string GetHashTreeFileName(const ApexFile& apex, bool is_new) { in GetHashTreeFileName()