Searched refs:temp_file_name (Results 1 - 5 of 5) sorted by relevance

/external/autotest/client/site_tests/security_mprotect/
H A Dsecurity_mprotect.py27 temp_file_name = temp.name
30 temp_file_name),
/external/v8/src/third_party/vtune/
H A Dvtune-jit.cc184 char* temp_file_name = NULL; local
202 temp_file_name = new char[script_name->Utf8Length() + 1];
203 script_name->WriteUtf8(temp_file_name);
204 jmethod.source_file_name = temp_file_name;
238 if (temp_file_name)
239 delete []temp_file_name;
/external/chromium-trace/catapult/third_party/vinn/vinn/
H A Dvinn_unittest.py59 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
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc62 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),
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dcopy_helper.py905 temp_file_name = (random_prefix + PARALLEL_UPLOAD_TEMP_NAMESPACE +
908 tmp_dst_url.object_name = temp_file_name
920 file_names.append(temp_file_name)
921 dst_args[temp_file_name] = func_args

Completed in 340 milliseconds