HomeSort by relevance Sort by last modified time
    Searched refs:temp_file_name (Results 1 - 9 of 9) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
browser_backend_unittest.py 17 temp_file_name = temp_file.name
30 return temp_file_name
43 bucket='ABC', remote_path='def', local_path=temp_file_name)
45 os.remove(temp_file_name)
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
browser_test_runner_unittest.py 34 temp_file_name = temp_file.name
39 '--write-abbreviated-json-results-to=%s' % temp_file_name,
42 with open(temp_file_name) as f:
48 os.remove(temp_file_name)
150 temp_file_name = temp_file.name
164 '--write-abbreviated-json-results-to=%s' % temp_file_name,
167 with open(temp_file_name) as f:
173 os.remove(temp_file_name)
234 temp_file_name = temp_file.name
235 with open(temp_file_name, 'w') as f
    [all...]
  /external/autotest/client/site_tests/security_mprotect/
security_mprotect.py 27 temp_file_name = temp.name
30 temp_file_name),
  /external/v8/src/third_party/vtune/
vtune-jit.cc 167 char* temp_file_name = NULL; local
185 temp_file_name = new char[script_name->Utf8Length() + 1];
186 script_name->WriteUtf8(temp_file_name);
187 jmethod.source_file_name = temp_file_name;
221 if (temp_file_name)
222 delete []temp_file_name;
  /external/chromium-trace/catapult/third_party/vinn/vinn/
vinn_unittest.py 59 temp_file_name = os.path.join(tmp_dir, 'out_file')
60 with open(temp_file_name, 'w') as f:
63 with open(temp_file_name, 'r') as f:
71 temp_file_name = os.path.join(tmp_dir, 'out_file')
72 with open(temp_file_name, 'w') as f:
75 with open(temp_file_name, 'r') as f:
84 temp_file_name = os.path.join(tmp_dir, 'out_file')
85 with open(temp_file_name, 'w') as f:
87 with open(temp_file_name, 'r') as f:
96 temp_file_name = os.path.join(tmp_dir, 'out_file'
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 62 static void temp_file_name(char *buf, size_t bufsize, const char *prefix) { function
94 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp.");
216 temp_file_name(tmpfile, sizeof(tmpfile),
  /system/webservd/webservd/
request.cc 124 file.Initialize(file_info_[file_id]->temp_file_name,
368 file_info->temp_file_name = GetTempFileManager()->CreateTempFileName(id_);
370 file_info->temp_file_name, brillo::Stream::AccessMode::READ_WRITE,
request.h 61 base::FilePath temp_file_name; member in class:webservd::final
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
copy_helper.py     [all...]

Completed in 384 milliseconds