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

1 2 34 5

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 126 temp_dir = os.path.dirname(objects[0])
132 def_file = os.path.join(temp_dir, dll_name + ".def")
bcppcompiler.py 223 temp_dir = os.path.dirname(objects[0]) # preserve tree structure
224 def_file = os.path.join (temp_dir, '%s.def' % modname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tools.py 16 from test.script_helper import assert_python_ok, temp_dir namespace
61 with temp_dir() as directory:
script_helper.py 98 def temp_dir(): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 126 temp_dir = os.path.dirname(objects[0])
132 def_file = os.path.join(temp_dir, dll_name + ".def")
bcppcompiler.py 223 temp_dir = os.path.dirname(objects[0]) # preserve tree structure
224 def_file = os.path.join (temp_dir, '%s.def' % modname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tools.py 16 from test.script_helper import assert_python_ok, temp_dir namespace
61 with temp_dir() as directory:
script_helper.py 98 def temp_dir(): function
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver_unittest.cc 312 const FilePath temp_dir(temp_dir_.path());
315 .WillOnce(ReturnRef(temp_dir))
316 .WillOnce(ReturnRef(temp_dir));
337 const FilePath temp_dir(temp_dir_.path());
340 .WillOnce(ReturnRef(temp_dir));
414 const FilePath temp_dir(temp_dir_.path());
417 .WillOnce(ReturnRef(temp_dir));
  /external/pdfium/tools/drmemory/scripts/
valgrind_test.py 49 self.temp_dir = tempfile.mkdtemp(prefix="vg_logs_", dir=temp_parent_dir)
50 self.log_dir = self.temp_dir # overridable by --keep_logs
207 shutil.rmtree(self.temp_dir, ignore_errors=True)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
bcppcompiler.py 223 temp_dir = os.path.dirname(objects[0]) # preserve tree structure
224 def_file = os.path.join (temp_dir, '%s.def' % modname)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
bcppcompiler.py 223 temp_dir = os.path.dirname(objects[0]) # preserve tree structure
224 def_file = os.path.join (temp_dir, '%s.def' % modname)
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 405 if self.temp_dir:
406 shutil.rmtree(self.temp_dir)
407 self.temp_dir = None
439 self.temp_dir = None
513 self.temp_dir = tempfile.mkdtemp()
514 self.gdb_inferior = os.path.join(self.temp_dir, 'app_process')
  /system/update_engine/common/
utils.cc 145 base::FilePath temp_dir; local
147 temp_dir = base::FilePath(constants::kNonVolatileDirectory).Append("tmp");
148 if (!base::PathExists(temp_dir))
149 TEST_AND_RETURN_FALSE(base::CreateDirectory(temp_dir));
151 TEST_AND_RETURN_FALSE(base::GetTempDir(&temp_dir));
153 *template_path = temp_dir.Append(path);
    [all...]
utils_unittest.cc 92 string temp_dir; local
93 EXPECT_TRUE(utils::MakeTempDirectory("symlink-test.XXXXXX", &temp_dir));
94 string temp_file = temp_dir + "/temp-file";
96 string temp_symlink = temp_dir + "/temp-symlink";
98 EXPECT_FALSE(utils::IsSymlink(temp_dir.c_str()));
102 EXPECT_TRUE(base::DeleteFile(base::FilePath(temp_dir), true));
  /system/connectivity/shill/
manager_unittest.cc 234 bool CreateBackingStoreForService(ScopedTempDir* temp_dir,
241 temp_dir->path(),
943 ScopedTempDir temp_dir; local
980 ScopedTempDir temp_dir; local
1152 ScopedTempDir temp_dir; local
1263 ScopedTempDir temp_dir; local
4429 ScopedTempDir temp_dir; local
4475 ScopedTempDir temp_dir; local
4535 ScopedTempDir temp_dir; local
    [all...]
device_info_unittest.cc 1016 base::ScopedTempDir temp_dir; local
    [all...]
  /system/update_engine/payload_consumer/
delta_performer_unittest.cc 752 string temp_dir; local
754 &temp_dir));
755 string non_existing_file = temp_dir + "/non-existing";
756 string existing_file = temp_dir + "/existing";
804 EXPECT_TRUE(base::DeleteFile(base::FilePath(temp_dir), true));
    [all...]
  /external/autotest/scheduler/
drone_utility.py 304 temp_dir = tempfile.mkdtemp(suffix='.convert_host_log')
306 temp_path = os.path.join(temp_dir, base_name)
313 os.rmdir(temp_dir)
  /ndk/
checkbuild.py 554 temp_dir = tempfile.mkdtemp()
556 path = os.path.join(temp_dir, 'python-packages')
561 shutil.rmtree(temp_dir)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
script_helper.py 98 def temp_dir(): function
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
script_helper.py 98 def temp_dir(): function
  /external/fio/
stat.c 1500 const char *temp_dir; local
    [all...]
  /external/autotest/client/virt/
virt_utils.py     [all...]
  /external/autotest/server/
autotest.py     [all...]

Completed in 475 milliseconds

1 2 34 5