Home
last modified time | relevance | path

Searched defs:tempdir (Results 1 – 25 of 29) sorted by relevance

12

/external/crosvm/sys_util/src/
Dseek_hole.rs68 let tempdir = TempDir::new("/tmp/seek_data_test").unwrap(); in seek_data() localVariable
115 let tempdir = TempDir::new("/tmp/seek_hole_test").unwrap(); in seek_hole() localVariable
Dwrite_zeroes.rs68 let tempdir = TempDir::new("/tmp/write_zeroes_test").unwrap(); in simple_test() localVariable
134 let tempdir = TempDir::new("/tmp/write_zeroes_test").unwrap(); in large_write_zeroes() localVariable
Dlib.rs36 mod tempdir; module
/external/swiftshader/third_party/subzero/pydir/
Dbuild-pnacl-ir.py27 tempdir = tempfile.mkdtemp() variable
Dbuild-runtime.py42 srcdir, tempdir, rtdir, verbose, excluded_targets): argument
/external/python/setuptools/setuptools/tests/
Dcontexts.py13 def tempdir(cd=lambda dir: None, **kwargs): function
/external/clang/tools/scan-build-py/libscanbuild/
D__init__.py33 def tempdir(): function
/external/autotest/client/common_lib/
Dautotemp_unittest.py32 class tempdir(unittest.TestCase): class
Dautotemp.py73 class tempdir(object): class
/external/python/setuptools/tests/
Dmanual_test.py18 def tempdir(func): function
/external/curl/src/
Dtool_dirhie.c104 char *tempdir; in create_dir_hierarchy() local
/external/crosvm/tempfile/src/
Dlib.rs37 pub fn tempdir(&self) -> Result<TempDir> { in tempdir() method
/external/tensorflow/tensorflow/c/
Denv_test.cc28 const char* tempdir; in TEST() local
/external/python/cpython3/Lib/test/test_importlib/
Dfixtures.py25 def tempdir(): function
/external/toolchain-utils/deprecated/fdo_scripts/
Dsummarize_hot_blocks.py64 def __init__(self, data_dir, cutoff, output_dir, tempdir): argument
/external/cldr/tools/java/org/unicode/cldr/icu/
DICUWriter.java142 String tempdir = fileName.replace('\\', '/'); in writeHeader() local
/external/autotest/utils/side_effects/
Dconfig_loader_unittest.py146 def _tempfile(tempdir): argument
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_finder.py162 def cleanup(tempdir): argument
/external/libchrome/base/json/
Djson_value_serializer_unittest.cc149 ScopedTempDir tempdir; in TEST() local
173 ScopedTempDir tempdir; in TEST() local
/external/autotest/client/cros/
Downership.py42 tempdir = autotemp.tempdir(unique_id='ownership') variable in scoped_tempfile
/external/crosvm/devices/src/virtio/
Dblock.rs1045 let tempdir = TempDir::new("/tmp/block_read_test").unwrap(); in read_size() localVariable
1064 let tempdir = TempDir::new("/tmp/block_read_test").unwrap(); in read_features() localVariable
1089 let tempdir = TempDir::new("/tmp/block_read_test").unwrap(); in read_last_sector() localVariable
1132 let tempdir = TempDir::new("/tmp/block_read_test").unwrap(); in read_beyond_last_sector() localVariable
/external/python/cpython3/Lib/multiprocessing/
Dutil.py109 def _remove_temp_dir(rmtree, tempdir): argument
/external/python/cpython2/Lib/
Dtempfile.py266 tempdir = None variable
/external/python/cpython3/Lib/
Dtempfile.py277 tempdir = None variable
/external/python/parse_type/tasks/_vendor/
Dpath.py1590 class tempdir(Path): class

12