Home
last modified time | relevance | path

Searched defs:path_with_extension (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/
Dfile_json5.rs81 let path_with_extension: PathBuf = ["tests", "Settings-invalid.json5"].iter().collect(); in test_error_parse() localVariable
Dfile_yaml.rs82 let path_with_extension: PathBuf = ["tests", "Settings-invalid.yaml"].iter().collect(); in test_error_parse() localVariable
Dfile_ron.rs84 let path_with_extension: PathBuf = ["tests", "Settings-invalid.ron"].iter().collect(); in test_error_parse() localVariable
Dfile_json.rs82 let path_with_extension: PathBuf = ["tests", "Settings-invalid.json"].iter().collect(); in test_error_parse() localVariable
Dfile_toml.rs93 let path_with_extension: PathBuf = ["tests", "Settings-invalid.toml"].iter().collect(); in test_error_parse() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/config/tests/legacy/
Dfile_yaml.rs82 let path_with_extension: PathBuf = ["tests", "Settings-invalid.yaml"].iter().collect(); in test_error_parse() localVariable
Dfile_ron.rs83 let path_with_extension: PathBuf = ["tests", "Settings-invalid.ron"].iter().collect(); in test_error_parse() localVariable
Dfile_json.rs82 let path_with_extension: PathBuf = ["tests", "Settings-invalid.json"].iter().collect(); in test_error_parse() localVariable
Dfile_toml.rs92 let path_with_extension: PathBuf = ["tests", "Settings-invalid.toml"].iter().collect(); in test_error_parse() localVariable