Home
last modified time | relevance | path

Searched refs:raw_path (Results 1 – 6 of 6) sorted by relevance

/external/python/setuptools/pkg_resources/_vendor/importlib_resources/
D_common.py74 fd, raw_path = tempfile.mkstemp(suffix=suffix)
81 yield pathlib.Path(raw_path)
84 os.remove(raw_path)
/external/python/setuptools/setuptools/_vendor/importlib_resources/
D_common.py74 fd, raw_path = tempfile.mkstemp(suffix=suffix)
81 yield pathlib.Path(raw_path)
84 os.remove(raw_path)
/external/python/cpython3/Lib/importlib/
D_common.py87 fd, raw_path = tempfile.mkstemp(suffix=suffix)
92 yield pathlib.Path(raw_path)
95 os.remove(raw_path)
/external/autotest/client/site_tests/audio_AudioInputGain/
Daudio_AudioInputGain.py55 raw_path = os.path.join(self.bindir, '5SEC.raw')
57 path=raw_path,
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc512 for (const auto& raw_path : file_paths.bytes_list().value()) { in GrapplerItemFromMetaGraphDef() local
513 paths.push_back(raw_path); in GrapplerItemFromMetaGraphDef()
/external/pigweed/pw_watch/py/pw_watch/
Dwatch.py260 for raw_path in paths:
261 _LOG.debug('File event: %s', raw_path)