Searched refs:original_path (Results 1 – 10 of 10) sorted by relevance
/external/autotest/server/site_tests/firmware_Cr50RejectUpdate/ |
D | firmware_Cr50RejectUpdate.py | 44 self.original_path = self.get_saved_cr50_original_path() 94 self.try_update('-u', self.original_path, stdout='nothing to do') 102 self.try_update('', self.original_path, stdout='image updated') 119 self.try_update('', self.original_path, err=9, wait=False)
|
/external/oss-fuzz/projects/unrar/ |
D | unrar_fuzzer.cc | 20 fs::path original_path = fs::current_path(code); in LLVMFuzzerTestOneInput() local 23 fs::path out_path = original_path / "o"; in LLVMFuzzerTestOneInput() 56 fs::current_path(original_path, code); in LLVMFuzzerTestOneInput()
|
/external/oss-fuzz/infra/base-images/base-sanitizer-libs-builder/ |
D | wrapper_utils.py | 43 def CreateSymlinks(original_path, bin_dir, extra_names): argument 47 os.symlink(original_path, extra_path)
|
/external/libchrome/base/i18n/ |
D | file_util_icu_unittest.cc | 118 const char* original_path; member 130 FilePath path(kNormalizeFileNameEncodingTestCases[i].original_path); in TEST_F()
|
/external/pdfium/testing/tools/ |
D | test_runner.py | 133 original_path = os.path.join(source_dir, input_filename) 142 if os.path.exists(original_path): 143 shutil.copyfile(original_path, pdf_path)
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | save.py | 613 original_path = tensor_util.constant_value(original_path_tensor) 615 original_path = str(original_path.astype(str)) 620 asset_filepath=original_path, 631 asset_info.asset_filename_map[path] = original_path
|
/external/zlib/google/ |
D | zip_unittest.cc | 218 base::FilePath original_path = original_dir.Append(relative_path); in TestUnzipFile() local 219 LOG(ERROR) << "Comparing original " << original_path.value() in TestUnzipFile() 222 << base::ContentsEqual(original_path, unzipped_entry_path); in TestUnzipFile()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/http/client/ |
D | http_client_filter.cc | 321 char* original_path = in update_path_for_get() local 323 memcpy(write_ptr, original_path, GRPC_SLICE_LENGTH(path_slice)); in update_path_for_get()
|
/external/grpc-grpc/src/core/ext/filters/http/client/ |
D | http_client_filter.cc | 271 char* original_path = in update_path_for_get() local 273 memcpy(write_ptr, original_path, GRPC_SLICE_LENGTH(path_slice)); in update_path_for_get()
|
/external/angle/third_party/zlib/google/ |
D | zip_unittest.cc | 244 base::FilePath original_path = original_dir.Append(relative_path); in TestUnzipFile() local 246 base::ContentsEqual(original_path, unzipped_entry_path); in TestUnzipFile()
|