Home
last modified time | relevance | path

Searched refs:original_path (Results 1 – 10 of 10) sorted by relevance

/external/autotest/server/site_tests/firmware_Cr50RejectUpdate/
Dfirmware_Cr50RejectUpdate.py44 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/
Dunrar_fuzzer.cc20 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/
Dwrapper_utils.py43 def CreateSymlinks(original_path, bin_dir, extra_names): argument
47 os.symlink(original_path, extra_path)
/external/libchrome/base/i18n/
Dfile_util_icu_unittest.cc118 const char* original_path; member
130 FilePath path(kNormalizeFileNameEncodingTestCases[i].original_path); in TEST_F()
/external/pdfium/testing/tools/
Dtest_runner.py133 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/
Dsave.py613 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/
Dzip_unittest.cc218 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/
Dhttp_client_filter.cc321 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/
Dhttp_client_filter.cc271 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/
Dzip_unittest.cc244 base::FilePath original_path = original_dir.Append(relative_path); in TestUnzipFile() local
246 base::ContentsEqual(original_path, unzipped_entry_path); in TestUnzipFile()