/external/webkit/Tools/Scripts/webkitpy/common/system/ |
D | filesystem_unittest.py | 95 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:
|
D | filesystem.py | 143 def mkdtemp(self, **kwargs): member in FileSystem 158 self._directory_path = tempfile.mkdtemp(**self._kwargs)
|
D | fileset.py | 52 with self._filesystem.mkdtemp() as temp_dir:
|
D | autoinstall.py | 176 scratch_dir = tempfile.mkdtemp(prefix=prefix, dir=self._temp_dir)
|
D | filesystem_mock.py | 198 def mkdtemp(self, **kwargs): member in MockFileSystem
|
/external/chromium/android/ |
D | prefix.h | 65 extern char* mkdtemp(char* path);
|
/external/chromium/base/ |
D | dir_reader_posix_unittest.cc | 28 const char* dir = mkdtemp(kDirTemplate); in TEST()
|
D | file_util_android.cc | 39 mkdtemp(char *path) in mkdtemp() function
|
/external/openssh/openbsd-compat/ |
D | mktemp.c | 67 mkdtemp(char *path) in mkdtemp() function
|
D | openbsd-compat.h | 98 char *mkdtemp(char *path);
|
/external/webkit/Tools/Scripts/ |
D | run-bindings-tests | 82 work_directory = tempfile.mkdtemp()
|
/external/clang/test/Analysis/ |
D | security-syntax-checks.m | 183 char *mkdtemp(char *template); function 195 mkdtemp("XX"); // expected-warning {{2 'X's seen}} 197 mkdtemp("XXXXXX");
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
D | credentials_unittest.py | 47 self._directory_path = tempfile.mkdtemp(**self._kwargs)
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | scm_unittest.py | 146 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")
|
D | api_unittest.py | 104 self.temp_dir = tempfile.mkdtemp(suffix="changelogs")
|
/external/protobuf/gtest/test/ |
D | gtest_test_utils.py | 136 _temp_dir = tempfile.mkdtemp()
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
D | filereader_unittest.py | 63 temp_dir = tempfile.mkdtemp()
|
/external/gtest/test/ |
D | gtest_test_utils.py | 137 _temp_dir = tempfile.mkdtemp()
|
/external/chromium/testing/gtest/test/ |
D | gtest_test_utils.py | 137 _temp_dir = tempfile.mkdtemp()
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | queueengine_unittest.py | 202 self.temp_dir = tempfile.mkdtemp(suffix="work_queue_test_logs")
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 68 // 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/ |
D | defines.h | 665 char *mkdtemp (char *);
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | webkit.py | 368 self._driver_tempdir = port._filesystem.mkdtemp(prefix='DumpRenderTree-')
|
D | chromium.py | 145 tempdir = self._filesystem.mkdtemp()
|
/external/oprofile/opjitconv/ |
D | opjitconv.c | 499 tmp_conv_dir = mkdtemp(oprofile_tmp_template); in op_process_jit_dumpfiles()
|