Home
last modified time | relevance | path

Searched refs:mkdtemp (Results 1 – 25 of 48) sorted by relevance

12

/external/webkit/Tools/Scripts/webkitpy/common/system/
Dfilesystem_unittest.py95 with fs.mkdtemp(prefix='filesystem_unittest_') as d:
105 with fs.mkdtemp(prefix='filesystem_unittest_') as base_path:
132 with fs.mkdtemp(prefix='filesystem_unittest_') as d:
Dfilesystem.py143 def mkdtemp(self, **kwargs): member in FileSystem
158 self._directory_path = tempfile.mkdtemp(**self._kwargs)
Dfileset.py52 with self._filesystem.mkdtemp() as temp_dir:
Dautoinstall.py176 scratch_dir = tempfile.mkdtemp(prefix=prefix, dir=self._temp_dir)
Dfilesystem_mock.py198 def mkdtemp(self, **kwargs): member in MockFileSystem
/external/chromium/android/
Dprefix.h65 extern char* mkdtemp(char* path);
/external/chromium/base/
Ddir_reader_posix_unittest.cc28 const char* dir = mkdtemp(kDirTemplate); in TEST()
Dfile_util_android.cc39 mkdtemp(char *path) in mkdtemp() function
/external/openssh/openbsd-compat/
Dmktemp.c67 mkdtemp(char *path) in mkdtemp() function
Dopenbsd-compat.h98 char *mkdtemp(char *path);
/external/webkit/Tools/Scripts/
Drun-bindings-tests82 work_directory = tempfile.mkdtemp()
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m183 char *mkdtemp(char *template); function
195 mkdtemp("XX"); // expected-warning {{2 'X's seen}}
197 mkdtemp("XXXXXX");
/external/webkit/Tools/Scripts/webkitpy/common/net/
Dcredentials_unittest.py47 self._directory_path = tempfile.mkdtemp(**self._kwargs)
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm_unittest.py146 test_object.svn_repo_path = tempfile.mkdtemp(suffix="svn_test_repo")
153 test_object.svn_checkout_path = tempfile.mkdtemp(suffix="svn_test_checkout")
672 fake_home_dir = tempfile.mkdtemp(suffix="fake_home_dir")
684 fake_home_dir = tempfile.mkdtemp(suffix="fake_home_dir")
789 self.untracking_checkout_path = tempfile.mkdtemp(suffix="git_test_checkout2")
798 self.tracking_git_checkout_path = tempfile.mkdtemp(suffix="git_test_checkout")
833 self.git_checkout_path = tempfile.mkdtemp(suffix="git_test_checkout")
Dapi_unittest.py104 self.temp_dir = tempfile.mkdtemp(suffix="changelogs")
/external/protobuf/gtest/test/
Dgtest_test_utils.py136 _temp_dir = tempfile.mkdtemp()
/external/webkit/Tools/Scripts/webkitpy/style/
Dfilereader_unittest.py63 temp_dir = tempfile.mkdtemp()
/external/gtest/test/
Dgtest_test_utils.py137 _temp_dir = tempfile.mkdtemp()
/external/chromium/testing/gtest/test/
Dgtest_test_utils.py137 _temp_dir = tempfile.mkdtemp()
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dqueueengine_unittest.py202 self.temp_dir = tempfile.mkdtemp(suffix="work_queue_test_logs")
/external/llvm/lib/Support/Unix/
DPath.inc68 // Put in a hack for Cygwin which falsely reports that the mkdtemp function
137 // The best way is with mkdtemp but that's not available on many systems,
140 if (0 == mkdtemp(pathname)) {
147 // If no mkdtemp is available, mkstemp can be used to create a temporary file
168 // If a system doesn't have mkdtemp(3) or mkstemp(3) but it does have
/external/openssh/
Ddefines.h665 char *mkdtemp (char *);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dwebkit.py368 self._driver_tempdir = port._filesystem.mkdtemp(prefix='DumpRenderTree-')
Dchromium.py145 tempdir = self._filesystem.mkdtemp()
/external/oprofile/opjitconv/
Dopjitconv.c499 tmp_conv_dir = mkdtemp(oprofile_tmp_template); in op_process_jit_dumpfiles()

12