Searched refs:path_with_extension (Results 1 – 12 of 12) sorted by relevance
/external/rust/android-crates-io/crates/config/tests/ |
D | file_yaml.rs | 82 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()
|
D | file_json5.rs | 81 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()
|
D | file_ron.rs | 84 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()
|
D | file_json.rs | 82 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()
|
D | file_toml.rs | 93 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/ |
D | file_yaml.rs | 82 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()
|
D | file_ron.rs | 83 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()
|
D | file_json.rs | 82 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()
|
D | file_toml.rs | 92 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/ |
D | compile_resources.py | 538 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/ |
D | compile_resources.py | 541 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/ |
D | compile_resources.py | 541 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),
|