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

1 2 3 45 6 7 8

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 15 self.directory = tempfile.mkdtemp()
test_pkgimport.py 20 self.test_dir = tempfile.mkdtemp()
test_pkgutil.py 17 self.dirname = tempfile.mkdtemp()
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 113 self.tool_log_dir = tempfile.mkdtemp(prefix='vglogs_')
139 self.profile = tempfile.mkdtemp(prefix='browserprofile_')
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_backend.py 55 self._tmp_minidump_dir = tempfile.mkdtemp()
67 self._tmp_profile_dir = tempfile.mkdtemp()
  /external/chromium_org/native_client_sdk/src/tools/tests/
oshelpers_test.py 55 self.tempdir = tempfile.mkdtemp()
194 self.tempdir = tempfile.mkdtemp()
getos_test.py 136 self.tempdir = tempfile.mkdtemp("_sdktest")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 188 tmpdir = tempfile.mkdtemp(prefix="2to3-test_refactor")
246 dir = tempfile.mkdtemp(prefix="2to3-test_refactor")
test_main.py 68 self.temp_dir = tempfile.mkdtemp() # tearDown() cleans this up.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 188 tmpdir = tempfile.mkdtemp(prefix="2to3-test_refactor")
246 dir = tempfile.mkdtemp(prefix="2to3-test_refactor")
  /external/chromium/testing/gtest/test/
gtest_test_utils.py 137 _temp_dir = tempfile.mkdtemp()
  /external/chromium_org/build/android/gyp/
emma_instr.py 155 temp_dir = tempfile.mkdtemp()
  /external/chromium_org/build/android/
lighttpd_server.py 49 self.temp_dir = tempfile.mkdtemp(prefix='lighttpd_for_chrome_android')
  /external/chromium_org/build/android/pylib/utils/
flakiness_dashboard_results_uploader.py 172 tmp_folder = tempfile.mkdtemp()
  /external/chromium_org/chrome/test/functional/rlz/
rlztest.py 45 self.temp_data_dir = tempfile.mkdtemp()
  /external/chromium_org/chrome/test/pyautolib/
pyauto_utils.py 52 self._backup_dir = tempfile.mkdtemp(dir=os.path.dirname(self._path),
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
crash_dump_tester.py 106 temp_dir = tempfile.mkdtemp(prefix='nacl_crash_dump_tester_')
  /external/chromium_org/testing/gtest/test/
gtest_test_utils.py 137 _temp_dir = tempfile.mkdtemp()
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
compile_frontend.py 535 modules_dir = tempfile.mkdtemp()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
main.py 82 path = tempfile.mkdtemp()
  /external/chromium_org/tools/telemetry/telemetry/core/
extension_unittest.py 89 self._extension_dirs = [tempfile.mkdtemp()
  /external/chromium_org/tools/telemetry/telemetry/page/
extensions_profile_creator.py 123 self._extension_download_dir = tempfile.mkdtemp()
  /external/gtest/test/
gtest_test_utils.py 137 _temp_dir = tempfile.mkdtemp()
  /ndk/sources/third_party/googletest/googletest/test/
gtest_test_utils.py 137 _temp_dir = tempfile.mkdtemp()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dir_util.py 26 tmp_dir = self.mkdtemp()

Completed in 1130 milliseconds

1 2 3 45 6 7 8