Home
last modified time | relevance | path

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

/system/authgraph/core/src/
Dta.rs41 pub fn is_source(&self) -> bool { in is_source() method
130 if !self.role.is_source() { in create()
158 if !self.role.is_source() { in finish()
/system/update_engine/scripts/
Dsimulate_ota.py51 def extract_img(zip_archive: zipfile.ZipFile, img_name, output_path, is_source): argument
70 if is_source:
/system/update_engine/aosp/
Dupdate_attempter_android_integration_test.cc83 void FillPartition(const std::string& path, const bool is_source) { in FillPartition() argument
88 if (is_source) { in FillPartition()