Searched refs:raw_path (Results 1 – 6 of 6) sorted by relevance
74 fd, raw_path = tempfile.mkstemp(suffix=suffix)81 yield pathlib.Path(raw_path)84 os.remove(raw_path)
87 fd, raw_path = tempfile.mkstemp(suffix=suffix)92 yield pathlib.Path(raw_path)95 os.remove(raw_path)
55 raw_path = os.path.join(self.bindir, '5SEC.raw')57 path=raw_path,
512 for (const auto& raw_path : file_paths.bytes_list().value()) { in GrapplerItemFromMetaGraphDef() local513 paths.push_back(raw_path); in GrapplerItemFromMetaGraphDef()
260 for raw_path in paths:261 _LOG.debug('File event: %s', raw_path)