HomeSort by relevance Sort by last modified time
    Searched refs:temp_dir (Results 101 - 125 of 180) sorted by null

1 2 3 45 6 7 8

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 227 temp_dir = os.path.dirname(objects[0])
233 def_file = os.path.join(temp_dir, dll_name + ".def")
234 lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a")
emxccompiler.py 126 temp_dir = os.path.dirname(objects[0])
132 def_file = os.path.join(temp_dir, dll_name + ".def")
  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 121 base::FilePath temp_dir; local
122 TEST_AND_RETURN(base::CreateNewTempDirectory("au_postint_mount", &temp_dir));
123 fs_mount_dir_ = temp_dir.value();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_dist.py 341 temp_dir = self.mkdtemp()
342 user_filename = os.path.join(temp_dir, user_filename)
354 os.environ['HOME'] = temp_dir
361 os.environ['HOME'] = temp_dir
  /external/autotest/client/site_tests/longevity_Tracker/
longevity_Tracker.py 54 self.temp_dir = os.path.split(self.tmpdir)[0]
417 temp_dir. As the cycle runs, it saves a time-stamped performance
426 At the end, it opens the perf aggregated file in the test's temp_dir,
452 timestamp_fpath = os.path.join(self.temp_dir, timestamp_fname)
501 aggregated_fpath = os.path.join(self.temp_dir, aggregated_fname)
557 (self.temp_dir, PERF_FILE_NAME_PREFIX, OLD_FILE_AGE))
  /external/python/cpython2/Lib/distutils/tests/
test_dist.py 366 temp_dir = self.mkdtemp()
367 user_filename = os.path.join(temp_dir, user_filename)
379 os.environ['HOME'] = temp_dir
386 os.environ['HOME'] = temp_dir
  /external/python/cpython3/Lib/distutils/tests/
test_dist.py 374 temp_dir = self.mkdtemp()
375 user_filename = os.path.join(temp_dir, user_filename)
387 os.environ['HOME'] = temp_dir
394 os.environ['HOME'] = temp_dir
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 364 temp_dir = self.mkdtemp()
365 user_filename = os.path.join(temp_dir, user_filename)
377 os.environ['HOME'] = temp_dir
384 os.environ['HOME'] = temp_dir
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 364 temp_dir = self.mkdtemp()
365 user_filename = os.path.join(temp_dir, user_filename)
377 os.environ['HOME'] = temp_dir
384 os.environ['HOME'] = temp_dir
  /test/vts/utils/python/coverage/
sancov_utils.py 304 temp_dir = tempfile.mkdtemp()
308 dut.adb.pull(file, temp_dir)
311 os.path.join(temp_dir, os.path.basename(file)))
343 shutil.rmtree(temp_dir)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
emxccompiler.py 126 temp_dir = os.path.dirname(objects[0])
132 def_file = os.path.join(temp_dir, dll_name + ".def")
  /external/google-breakpad/src/common/linux/
elf_core_dump_unittest.cc 66 AutoTempDir temp_dir; local
67 string core_path = temp_dir.path() + "/core";
file_id_unittest.cc 80 AutoTempDir temp_dir; local
81 string templ = temp_dir.path() + "/file-id-unittest";
  /external/python/cpython2/Lib/distutils/
emxccompiler.py 126 temp_dir = os.path.dirname(objects[0])
132 def_file = os.path.join(temp_dir, dll_name + ".def")
  /prebuilts/gdb/darwin-x86/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")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tools.py 16 from test.script_helper import assert_python_ok, temp_dir
61 with temp_dir() as directory:
  /prebuilts/gdb/linux-x86/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")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tools.py 16 from test.script_helper import assert_python_ok, temp_dir
61 with temp_dir() as directory:
  /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")
  /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
61 with temp_dir() as directory:
  /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
61 with temp_dir() as directory:
  /test/vts/drivers/shell/
ShellDriver.cpp 94 string temp_dir = GetDirFromFilePath(this->socket_address_); local
95 string temp_file_name_pattern = temp_dir + "/nohupXXXXXX";
  /system/update_engine/common/
utils_unittest.cc 101 base::ScopedTempDir temp_dir; local
102 ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
103 string temp_file = temp_dir.GetPath().Append("temp-file").value();
105 string temp_symlink = temp_dir.GetPath().Append("temp-symlink").value();
107 EXPECT_FALSE(utils::IsSymlink(temp_dir.GetPath().value().c_str()));
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc     [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc     [all...]

Completed in 1275 milliseconds

1 2 3 45 6 7 8