Home
last modified time | relevance | path

Searched defs:add_new_tests_to_postsubmit (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/development/tools/external_crates/test_mapping/src/
H A Djson.rs73 pub fn add_new_tests_to_postsubmit(&mut self, tests: &BTreeSet<String>) -> bool { in add_new_tests_to_postsubmit() method
149 fn add_new_tests_to_postsubmit() -> Result<(), TestMappingError> { in add_new_tests_to_postsubmit() function
H A Dlib.rs107 pub fn add_new_tests_to_postsubmit(&mut self) -> Result<bool, TestMappingError> { in add_new_tests_to_postsubmit() method