Home
last modified time | relevance | path

Searched refs:path_with_extension (Results 1 – 12 of 12) sorted by relevance

/external/rust/android-crates-io/crates/config/tests/
Dfile_yaml.rs82 let path_with_extension: PathBuf = ["tests", "Settings-invalid.yaml"].iter().collect(); in test_error_parse() localVariable
90 path_with_extension.display() in test_error_parse()
Dfile_json5.rs81 let path_with_extension: PathBuf = ["tests", "Settings-invalid.json5"].iter().collect(); in test_error_parse() localVariable
88 path_with_extension.display() in test_error_parse()
Dfile_ron.rs84 let path_with_extension: PathBuf = ["tests", "Settings-invalid.ron"].iter().collect(); in test_error_parse() localVariable
89 format!("4:1: Expected colon in {}", path_with_extension.display()) in test_error_parse()
Dfile_json.rs82 let path_with_extension: PathBuf = ["tests", "Settings-invalid.json"].iter().collect(); in test_error_parse() localVariable
89 path_with_extension.display() in test_error_parse()
Dfile_toml.rs93 let path_with_extension: PathBuf = ["tests", "Settings-invalid.toml"].iter().collect(); in test_error_parse() localVariable
100 path_with_extension.display() in test_error_parse()
/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
90 path_with_extension.display() in test_error_parse()
Dfile_ron.rs83 let path_with_extension: PathBuf = ["tests", "Settings-invalid.ron"].iter().collect(); in test_error_parse() localVariable
88 format!("4:1: Expected colon in {}", path_with_extension.display()) in test_error_parse()
Dfile_json.rs82 let path_with_extension: PathBuf = ["tests", "Settings-invalid.json"].iter().collect(); in test_error_parse() localVariable
89 path_with_extension.display() in test_error_parse()
Dfile_toml.rs92 let path_with_extension: PathBuf = ["tests", "Settings-invalid.toml"].iter().collect(); in test_error_parse() localVariable
99 path_with_extension.display() in test_error_parse()
/external/angle/build/android/gyp/
Dcompile_resources.py538 path_with_extension = f
539 path_no_extension = os.path.splitext(path_with_extension)[0]
540 if path_no_extension != path_with_extension:
541 shutil.move(path_with_extension, path_no_extension)
543 os.path.relpath(path_with_extension, directory),
/external/cronet/stable/build/android/gyp/
Dcompile_resources.py541 path_with_extension = f
542 path_no_extension = os.path.splitext(path_with_extension)[0]
543 if path_no_extension != path_with_extension:
544 shutil.move(path_with_extension, path_no_extension)
546 os.path.relpath(path_with_extension, directory),
/external/cronet/tot/build/android/gyp/
Dcompile_resources.py541 path_with_extension = f
542 path_no_extension = os.path.splitext(path_with_extension)[0]
543 if path_no_extension != path_with_extension:
544 shutil.move(path_with_extension, path_no_extension)
546 os.path.relpath(path_with_extension, directory),