/build/tools/releasetools/ |
sign_target_files_apks | 81 import tempfile namespace 127 unsigned = tempfile.NamedTemporaryFile() 131 signed = tempfile.NamedTemporaryFile() 298 tempfile = cStringIO.StringIO() 299 certs_zip = zipfile.ZipFile(tempfile, "w") 304 tempfile.getvalue())
|
/external/chromium_org/chrome/test/chromedriver/ |
run_buildbot_steps.py | 21 import tempfile namespace 64 for server_log in glob.glob(os.path.join(tempfile.gettempdir(), 92 temp_log = tempfile.mkstemp()[1] 204 (latest_fd, latest_file) = tempfile.mkstemp() 293 temp_notes_fname = tempfile.mkstemp()[1] 325 tmp_dir = tempfile.gettempdir()
|
util.py | 14 import tempfile namespace 82 path = tempfile.mkdtemp(dir=parent_dir)
|
/bionic/libc/tools/zoneinfo/ |
update-tzdata.py | 12 import tempfile namespace 63 tmp_dir = tempfile.mkdtemp('-tzdata')
|
/external/chromium_org/build/android/pylib/gtest/ |
test_package_apk.py | 11 import tempfile namespace 43 command_line_file = tempfile.NamedTemporaryFile()
|
/external/chromium_org/build/win/importlibs/ |
create_importlib_win.py | 15 import tempfile namespace 198 temp_dir = tempfile.mkdtemp()
|
/external/chromium_org/chrome/test/functional/media/ |
media_jerky.py | 35 import tempfile namespace 74 f, path = tempfile.mkstemp(prefix='jerky_tmp')
|
/external/chromium_org/chrome/test/pyautolib/ |
pyauto_utils_test.py | 11 import tempfile namespace 21 self._workdir = tempfile.mkdtemp()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
svn-unapply | 67 use File::Temp qw(tempfile); 184 my ($fh, $tempPath) = tempfile(basename($fullPath) . "-XXXXXXXX",
|
/external/chromium_org/third_party/android_testrunner/ |
run_command.py | 22 import tempfile namespace 88 output_dest = tempfile.TemporaryFile(bufsize=0)
|
/external/chromium_org/tools/grit/grit/gather/ |
admin_template_unittest.py | 14 import tempfile namespace 99 dirname = tempfile.mkdtemp()
|
/external/chromium_org/tools/gyp/test/ios/ |
gyptest-per-config-settings.py | 17 import tempfile namespace 44 with tempfile.NamedTemporaryFile() as temp:
|
/external/chromium_org/tools/site_compare/commands/ |
compare2.py | 14 import tempfile # Get a temporary directory to hold intermediates namespace 108 if not outdir: outdir = tempfile.gettempdir()
|
/external/chromium_org/tools/symsrc/ |
source_index.py | 32 import tempfile namespace 95 (f, fname) = tempfile.mkstemp()
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
tcpdump_profiler.py | 9 import tempfile namespace 63 self._tmp_output_file = tempfile.NamedTemporaryFile('w', 0)
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_set_archive_info_unittest.py | 6 import tempfile namespace 38 self.tmp_dir = tempfile.mkdtemp()
|
profile_generator.py | 12 import tempfile namespace 43 temp_output_directory = tempfile.mkdtemp()
|
/external/clang/tools/scan-build/ |
set-xcode-analyzer | 15 import tempfile namespace 28 t = tempfile.NamedTemporaryFile(delete=False)
|
/external/iptables/iptables/ |
iptables-apply | 113 COMMANDS=(tempfile "$SAVE" "$RESTORE") 124 TMPFILE=$(tempfile -p iptap)
|
/external/protobuf/gtest/test/ |
gtest_test_utils.py | 40 import tempfile namespace 136 _temp_dir = tempfile.mkdtemp()
|
/external/skia/tools/tests/ |
skimage_self_test.py | 12 import tempfile namespace 173 empty_dir = tempfile.mkdtemp()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
macresource.py | 129 import tempfile namespace 130 fd, newpathname = tempfile.mkstemp(".rsrc")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
sortperf.py | 12 import tempfile namespace 15 td = tempfile.gettempdir()
|
test_compileall.py | 7 import tempfile namespace 15 self.directory = tempfile.mkdtemp()
|
test_pkgimport.py | 1 import os, sys, string, random, tempfile, unittest namespace 20 self.test_dir = tempfile.mkdtemp()
|