Home
last modified time | relevance | path

Searched refs:original_path (Results 1 – 4 of 4) 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')
116 self.try_update('', self.original_path, err=9, wait=False)
/external/pdfium/testing/tools/
Dtest_runner.py100 original_path = os.path.join(source_dir, input_filename)
109 if os.path.exists(original_path):
110 shutil.copyfile(original_path, pdf_path)
/external/tensorflow/tensorflow/python/saved_model/
Dsave.py451 original_path = original_variable.numpy()
453 asset_filepath=original_path,
464 asset_info.asset_filename_map[path] = original_path
/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()