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

1 2 3 4 5

  /external/chromium-trace/catapult/catapult_build/
appengine_dev_server.py 29 with temp_deployment_dir.TempDeploymentDir(paths) as temp_dir:
30 print 'Running dev server on "%s".' % temp_dir
32 [module_finder.FindModule('dev_appserver')] + args + [temp_dir]
appengine_deploy.py 33 paths, use_symlinks=False) as temp_dir:
34 print 'Deploying from "%s".' % temp_dir
40 temp_dir,
  /external/skia/third_party/libmicrohttpd/
build.py 19 temp_dir = tempfile.mkdtemp() variable
21 os.chdir(temp_dir)
31 temp_dir + "/src/microhttpd/.libs/libmicrohttpd.a",
33 shutil.rmtree(temp_dir)
  /external/autotest/client/common_lib/
autotemp_unittest.py 35 temp_dir = autotemp.tempdir(unique_id='dir')
36 self.assertTrue(os.path.exists(temp_dir.name))
37 self.assertTrue(os.path.isdir(temp_dir.name))
41 temp_dir = autotemp.tempdir(unique_id='clean')
42 name = temp_dir.name
44 temp_dir.clean()
49 temp_dir = autotemp.tempdir(unique_id='del')
50 name = temp_dir.name
52 temp_dir.__del__()
  /art/test/968-default-partial-compile-generated/util-src/
generate_java.py 58 def __init__(self, sources, javac, temp_dir, classes_dir):
60 self.temp_dir = temp_dir
83 JavaConverter(f.get_specific_version(base.InterfaceType.default)).dump(self.temp_dir)
85 JavaConverter(f).dump(self.temp_dir)
86 self.compile_files("-d {}".format(self.classes_dir), self.temp_dir.glob("*.java"))
97 out.dump(self.temp_dir)
98 files.append(self.temp_dir / out.get_file_name())
103 out.dump(self.temp_dir)
104 files.append(self.temp_dir / out.get_file_name()
    [all...]
  /system/connectivity/shill/
crypto_provider_unittest.cc 70 ScopedTempDir temp_dir; local
71 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
72 provider_.set_key_matter_file(InitKeyMatterFile(temp_dir.path()));
91 ScopedTempDir temp_dir; local
92 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
93 provider_.set_key_matter_file(InitKeyMatterFile(temp_dir.path()));
102 ScopedTempDir temp_dir; local
103 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
104 provider_.set_key_matter_file(InitKeyMatterFile(temp_dir.path()));
file_reader_unittest.cc 57 base::ScopedTempDir temp_dir; local
58 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
60 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir.path(), &path));
76 base::ScopedTempDir temp_dir; local
77 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
79 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir.path(), &path));
  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /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...]
  /external/libchrome/base/files/
file_unittest.cc 21 base::ScopedTempDir temp_dir; local
22 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
23 FilePath file_path = temp_dir.path().AppendASCII("create_file_1");
95 file_path = temp_dir.path().AppendASCII("create_file_2");
108 base::ScopedTempDir temp_dir; local
109 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
110 FilePath file_path = temp_dir.path().AppendASCII("create_file");
126 base::ScopedTempDir temp_dir; local
127 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
128 FilePath file_path = temp_dir.path().AppendASCII("create_file_1")
153 base::ScopedTempDir temp_dir; local
225 base::ScopedTempDir temp_dir; local
273 base::ScopedTempDir temp_dir; local
325 base::ScopedTempDir temp_dir; local
388 base::ScopedTempDir temp_dir; local
412 base::ScopedTempDir temp_dir; local
435 base::ScopedTempDir temp_dir; local
452 base::ScopedTempDir temp_dir; local
479 base::ScopedTempDir temp_dir; local
496 base::ScopedTempDir temp_dir; local
    [all...]
dir_reader_posix_unittest.cc 30 base::ScopedTempDir temp_dir;
31 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
32 const char* dir = temp_dir.path().value().c_str();
  /art/test/971-iface-super/util-src/
generate_java.py 58 def __init__(self, sources, javac, temp_dir, classes_dir):
60 self.temp_dir = temp_dir
83 JavaConverter(f.get_specific_version(base.InterfaceType.default)).dump(self.temp_dir)
85 JavaConverter(f).dump(self.temp_dir)
86 self.compile_files("-d {}".format(self.classes_dir), self.temp_dir.glob("*.java"))
101 out.dump(self.temp_dir)
102 files.append(self.temp_dir / out.get_file_name())
107 out.dump(self.temp_dir)
108 files.append(self.temp_dir / out.get_file_name()
    [all...]
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 165 AutoTempDir temp_dir; local
167 MinidumpDescriptor(temp_dir.path()), NULL, NULL, NULL, true, -1);
168 EXPECT_EQ(temp_dir.path(), handler.minidump_descriptor().directory());
169 string temp_subdir = temp_dir.path() + "/subdir";
175 AutoTempDir temp_dir; local
177 const int fd = CreateTMPFile(temp_dir.path(), &path);
215 AutoTempDir temp_dir; local
220 minidump_fd = CreateTMPFile(temp_dir.path(), &minidump_path);
235 handler.reset(new ExceptionHandler(MinidumpDescriptor(temp_dir.path()),
320 AutoTempDir temp_dir; local
332 AutoTempDir temp_dir; local
344 AutoTempDir temp_dir; local
356 AutoTempDir temp_dir; local
368 AutoTempDir temp_dir; local
385 AutoTempDir temp_dir; local
414 AutoTempDir temp_dir; local
430 AutoTempDir temp_dir; local
446 AutoTempDir temp_dir; local
462 AutoTempDir temp_dir; local
492 AutoTempDir temp_dir; local
584 AutoTempDir temp_dir; local
672 AutoTempDir temp_dir; local
765 AutoTempDir temp_dir; local
844 AutoTempDir temp_dir; local
986 AutoTempDir temp_dir; local
1005 AutoTempDir temp_dir; local
1024 AutoTempDir temp_dir; local
1041 AutoTempDir temp_dir; local
1085 AutoTempDir temp_dir; local
1124 AutoTempDir temp_dir; local
1172 AutoTempDir temp_dir; local
    [all...]
  /external/autotest/utils/
packager.py 102 temp_dir = tempfile.mkdtemp()
105 base_packages.check_diskspace(temp_dir)
108 "enough space available: %s" % (temp_dir, e))
111 temp_dir, exclude_string)
115 shutil.rmtree(temp_dir)
121 def tar_packages(pkgmgr, pkg_type, pkg_names, src_dir, temp_dir):
141 temp_dir, exclude_string)
152 temp_dir = tempfile.mkdtemp()
154 base_packages.check_diskspace(temp_dir)
157 % (temp_dir, e)
    [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/chromium-trace/catapult/third_party/coverage/coverage/
test_helpers.py 212 self.temp_dir = self.make_temp_dir("test_cover")
213 self.chdir(self.temp_dir)
223 class_behavior.temp_dir = self.run_in_temp_dir
231 temp_dir = os.path.join(tempfile.gettempdir(), name)
232 os.makedirs(temp_dir)
233 self.addCleanup(shutil.rmtree, temp_dir)
234 return temp_dir
296 self.temp_dir = True
311 elif behavior.temp_dir and behavior.tests_making_files == 0:
314 elif not behavior.temp_dir and behavior.tests_making_files > 0
    [all...]
  /system/webservd/webservd/
log_manager_unittest.cc 45 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
62 base::FileEnumerator enumerator{temp_dir.path(),
74 base::ScopedTempDir temp_dir; member in class:webservd::LogManagerTest
96 LogManager::Init(temp_dir.path());
122 LogManager::Init(temp_dir.path());
133 base::FilePath current_file = temp_dir.path().Append("2015-02-26.log");
  /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/chromium-trace/catapult/perf_insights/bin/
deploy_perfinsights 39 paths, use_symlinks=False) as temp_dir:
46 subprocess.call(cmd, cwd=temp_dir)
  /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);
  /external/autotest/client/site_tests/firmware_TouchMTB/
cros_gs.py 32 temp_dir = tempfile.mkdtemp()
33 gsutil_temp_file = os.path.join(temp_dir, GSUTIL_TAR_NAME)
44 shutil.rmtree(temp_dir)
  /system/connectivity/shill/dhcp/
dhcp_provider_unittest.cc 82 ScopedTempDir temp_dir; local
84 EXPECT_TRUE(temp_dir.CreateUniqueTempDir());
85 provider_->root_ = temp_dir.path();

Completed in 2152 milliseconds

1 2 3 4 5