Searched defs:TestMappingError (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/development/tools/external_crates/test_mapping/src/ |
H A D | lib.rs | 37 pub enum TestMappingError { enum 70 pub fn read(path: RootedPath) -> Result<TestMapping, TestMappingError> { in read() argument 86 pub fn write(&self) -> Result<(), TestMappingError> { in write() argument 101 pub fn update_presubmits(&mut self) -> Result<(), TestMappingError> { in update_presubmits() argument 107 pub fn add_new_tests_to_postsubmit(&mut self) -> Result<bool, TestMappingError> { in add_new_tests_to_postsubmit() argument 133 pub fn update_imports(&mut self) -> Result<(), TestMappingError> { in update_imports() argument 152 fn libs(&self) -> Result<Vec<String>, TestMappingError> { in libs() argument
|
H A D | blueprint.rs | 29 fn rust_tests(&self) -> Result<BTreeSet<String>, TestMappingError>; in rust_tests() argument 33 fn rust_tests(&self) -> Result<BTreeSet<String>, TestMappingError> { in rust_tests() argument
|
H A D | rdeps.rs | 57 fn grep_and_parse<P: Into<PathBuf>>(repo_root: P) -> Result<ReverseDeps, TestMappingError> { in grep_and_parse() argument
|
H A D | json.rs | 46 pub fn parse(mut contents: String) -> Result<TestMappingJson, TestMappingError> { in parse() argument
|