HomeSort by relevance Sort by last modified time
    Searched refs:temp_dir (Results 1 - 25 of 46) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 8 temp_dir, make_script, compile_script,
101 with temp_dir() as script_dir:
106 with temp_dir() as script_dir:
113 with temp_dir() as script_dir:
118 with temp_dir() as script_dir:
125 with temp_dir() as script_dir:
130 with temp_dir() as script_dir:
136 with temp_dir() as script_dir:
143 with temp_dir() as script_dir:
150 with temp_dir() as script_dir
    [all...]
test_zipimport_support.py 18 temp_dir, make_script, make_zip_script)
78 with temp_dir() as d:
115 with temp_dir() as d:
204 with temp_dir() as d:
231 with temp_dir() as d:
test_runpy.py 9 from test.script_helper import (temp_dir, make_script, compile_script, namespace
328 with temp_dir() as script_dir:
335 with temp_dir() as script_dir:
344 with temp_dir() as script_dir:
351 with temp_dir() as script_dir:
360 with temp_dir() as script_dir:
367 with temp_dir() as script_dir:
374 with temp_dir() as script_dir:
382 with temp_dir() as script_dir:
390 with temp_dir() as script_dir, temp_dir() as dummy_dir
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 8 temp_dir, make_script, compile_script,
101 with temp_dir() as script_dir:
106 with temp_dir() as script_dir:
113 with temp_dir() as script_dir:
118 with temp_dir() as script_dir:
125 with temp_dir() as script_dir:
130 with temp_dir() as script_dir:
136 with temp_dir() as script_dir:
143 with temp_dir() as script_dir:
150 with temp_dir() as script_dir
    [all...]
test_zipimport_support.py 18 temp_dir, make_script, make_zip_script)
78 with temp_dir() as d:
115 with temp_dir() as d:
204 with temp_dir() as d:
231 with temp_dir() as d:
test_runpy.py 9 from test.script_helper import (temp_dir, make_script, compile_script, namespace
328 with temp_dir() as script_dir:
335 with temp_dir() as script_dir:
344 with temp_dir() as script_dir:
351 with temp_dir() as script_dir:
360 with temp_dir() as script_dir:
367 with temp_dir() as script_dir:
374 with temp_dir() as script_dir:
382 with temp_dir() as script_dir:
390 with temp_dir() as script_dir, temp_dir() as dummy_dir
    [all...]
  /external/lldb/scripts/
checkpoint-llvm.pl 91 my $temp_dir = tempdir( CLEANUP => 1 );
92 print "temp dir = '$temp_dir'\n";
93 my $llvm_checkpoint_dir = "$temp_dir/llvm";
94 mkdir "$llvm_checkpoint_dir" or die "Couldn't make 'llvm' in '$temp_dir'\n";
120 do_command ("(cd '$temp_dir' ; zip -r '$llvm_zip_file' 'llvm')", "Zipping llvm checkpoint directory '$llvm_checkpoint_dir' to '$llvm_zip_file'", 1);
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 161 AutoTempDir temp_dir; local
163 MinidumpDescriptor(temp_dir.path()), NULL, NULL, NULL, true, -1);
164 EXPECT_EQ(temp_dir.path(), handler.minidump_descriptor().directory());
165 string temp_subdir = temp_dir.path() + "/subdir";
171 AutoTempDir temp_dir; local
173 const int fd = CreateTMPFile(temp_dir.path(), &path);
211 AutoTempDir temp_dir; local
216 minidump_fd = CreateTMPFile(temp_dir.path(), &minidump_path);
231 handler.reset(new ExceptionHandler(MinidumpDescriptor(temp_dir.path()),
316 AutoTempDir temp_dir; local
328 AutoTempDir temp_dir; local
340 AutoTempDir temp_dir; local
352 AutoTempDir temp_dir; local
364 AutoTempDir temp_dir; local
381 AutoTempDir temp_dir; local
410 AutoTempDir temp_dir; local
426 AutoTempDir temp_dir; local
442 AutoTempDir temp_dir; local
458 AutoTempDir temp_dir; local
488 AutoTempDir temp_dir; local
580 AutoTempDir temp_dir; local
668 AutoTempDir temp_dir; local
761 AutoTempDir temp_dir; local
840 AutoTempDir temp_dir; local
982 AutoTempDir temp_dir; local
1001 AutoTempDir temp_dir; local
1020 AutoTempDir temp_dir; local
1037 AutoTempDir temp_dir; local
1081 AutoTempDir temp_dir; local
1120 AutoTempDir temp_dir; local
1168 AutoTempDir temp_dir; local
    [all...]
  /external/google-breakpad/src/common/tests/
auto_tempdir.h 55 char temp_dir[] = TEMPDIR "/breakpad.XXXXXX"; local
56 EXPECT_TRUE(mkdtemp(temp_dir) != NULL);
57 path_.assign(temp_dir);
  /external/google-breakpad/src/common/linux/
memory_mapped_file_unittest.cc 85 AutoTempDir temp_dir; local
86 string test_file = temp_dir.path() + "/empty_file";
107 AutoTempDir temp_dir; local
108 string test_file = temp_dir.path() + "/test_file";
141 AutoTempDir temp_dir; local
142 string test_file1 = temp_dir.path() + "/test_file1";
143 string test_file2 = temp_dir.path() + "/test_file2";
186 AutoTempDir temp_dir; local
187 string test_file1 = temp_dir.path() + "/test_file1";
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 84 AutoTempDir temp_dir; local
85 string templ = temp_dir.path() + kMDWriterUnitTestFileName;
113 AutoTempDir temp_dir; local
114 string templ = temp_dir.path() + kMDWriterUnitTestFileName;
180 AutoTempDir temp_dir; local
181 string templ = temp_dir.path() + kMDWriterUnitTestFileName;
264 AutoTempDir temp_dir; local
265 string tempfile = temp_dir.path() + "/minidump-writer-unittest-temp";
300 string dumpfile = temp_dir.path() + kMDWriterUnitTestFileName;
349 AutoTempDir temp_dir; local
470 AutoTempDir temp_dir; local
548 AutoTempDir temp_dir; local
642 AutoTempDir temp_dir; local
    [all...]
  /external/vboot_reference/cgpt/
cgpt_wrapper.c 75 char temp_dir[] = "/tmp/cgpt_wrapper.XXXXXX"; local
76 if (ReadNorFlash(temp_dir) != 0) {
80 if (snprintf(rw_gpt_path, sizeof(rw_gpt_path), "%s/rw_gpt", temp_dir) < 0) {
131 ret = WriteNorFlash(temp_dir);
140 RemoveDir(temp_dir);
cgpt_find.c 257 char temp_dir[] = "/tmp/cgpt_find.XXXXXX"; local
264 if (ReadNorFlash(temp_dir) != 0) {
269 if (snprintf(nor_file, sizeof(nor_file), "%s/rw_gpt", temp_dir) > 0) {
276 RemoveDir(temp_dir);
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/
d8_runner.py 133 temp_dir = tempfile.mkdtemp()
134 temp_boostrap_file = os.path.join(temp_dir, '_tmp_boostrap.js')
143 shutil.rmtree(temp_dir)
160 temp_dir = tempfile.mkdtemp()
164 temp_file = os.path.join(temp_dir, '%s.js' % name)
166 temp_file = os.path.join(temp_dir, 'temp_program.js')
171 shutil.rmtree(temp_dir)
  /system/extras/ext4_utils/
ext4_crypt_init_extensions.cpp 98 DIR* temp_dir = opendir(temp_folder.c_str()); local
99 if (temp_dir) {
100 closedir(temp_dir);
  /external/toybox/tests/
tar.test 62 mkdir dir/dir1 -p ; mkdir dir/dir2 ; mkdir dir/dir3 ; mkdir dir/dir4 ; mkdir temp_dir
63 echo "dir1/file" > dir/dir1/file ; echo "temp_dir/file" > temp_dir/file
65 echo "temp_dir/file" > exclude_file
68 rm -rf temp_dir
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 32 self.temp_dir = None # tearDown() will rmtree this directory if set.
37 if self.temp_dir:
38 shutil.rmtree(self.temp_dir)
68 self.temp_dir = tempfile.mkdtemp() # tearDown() cleans this up.
69 self.py2_src_dir = os.path.join(self.temp_dir, "python2_project")
70 self.py3_dest_dir = os.path.join(self.temp_dir, "python3_project")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_main.py 32 self.temp_dir = None # tearDown() will rmtree this directory if set.
37 if self.temp_dir:
38 shutil.rmtree(self.temp_dir)
68 self.temp_dir = tempfile.mkdtemp() # tearDown() cleans this up.
69 self.py2_src_dir = os.path.join(self.temp_dir, "python2_project")
70 self.py3_dest_dir = os.path.join(self.temp_dir, "python3_project")
  /external/google-breakpad/src/client/mac/tests/
crash_generation_server_test.cc 84 AutoTempDir temp_dir; member in class:__anon9407::CrashGenerationServerTest
125 temp_dir.path()); // dump path
142 string pattern = temp_dir.path() + "/*";
177 temp_dir.path()); // dump path
227 temp_dir.path()); // dump path
290 temp_dir.path()); // dump path
375 temp_dir.path()); // dump path
  /build/tools/releasetools/
add_img_to_target_files 176 temp_dir = tempfile.mkdtemp()
177 user_dir = os.path.join(temp_dir, "data")
191 os.rmdir(temp_dir)
213 temp_dir = tempfile.mkdtemp()
214 user_dir = os.path.join(temp_dir, "cache")
228 os.rmdir(temp_dir)
add_img_to_target_files.py 176 temp_dir = tempfile.mkdtemp()
177 user_dir = os.path.join(temp_dir, "data")
191 os.rmdir(temp_dir)
213 temp_dir = tempfile.mkdtemp()
214 user_dir = os.path.join(temp_dir, "cache")
228 os.rmdir(temp_dir)
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer_unittest.cc 55 AutoTempDir temp_dir; local
56 string stderr_file = temp_dir.path() + "/stderr.log";
  /external/gtest/test/
gtest-filepath_test.cc 521 const char* temp_dir = posix::GetEnv("TEMP");
522 if (temp_dir == NULL || temp_dir[0] == '\0')
524 else if (temp_dir[strlen(temp_dir) - 1] == '\\')
525 return temp_dir;
527 return std::string(temp_dir) + "\\";
  /ndk/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 521 const char* temp_dir = posix::GetEnv("TEMP");
522 if (temp_dir == NULL || temp_dir[0] == '\0')
524 else if (temp_dir[strlen(temp_dir) - 1] == '\\')
525 return temp_dir;
527 return std::string(temp_dir) + "\\";
  /external/google-breakpad/src/testing/gtest/test/
gtest-filepath_test.cc 539 const char* temp_dir = posix::GetEnv("TEMP");
540 if (temp_dir == NULL || temp_dir[0] == '\0')
542 else if (String(temp_dir).EndsWith("\\"))
543 return String(temp_dir);
545 return String::Format("%s\\", temp_dir);

Completed in 454 milliseconds

1 2