Home
last modified time | relevance | path

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

/external/v8/src/third_party/vtune/
Dvtune-jit.cc167 char* temp_file_name = NULL; in event_handler() local
185 temp_file_name = new char[script_name->Utf8Length() + 1]; in event_handler()
186 script_name->WriteUtf8(temp_file_name); in event_handler()
187 jmethod.source_file_name = temp_file_name; in event_handler()
221 if (temp_file_name) in event_handler()
222 delete []temp_file_name; in event_handler()
/external/vixl/tools/
Dclang_format.py79 temp_file, temp_file_name = tempfile.mkstemp(prefix = 'clang_format_')
80 cmd_format_string = '$ ' + ' '.join(cmd_format) + ' > %s' % temp_file_name
86 cmd_diff = ['diff', '--unified', filename, temp_file_name]
113 os.remove(temp_file_name)
/external/autotest/client/site_tests/security_mprotect/
Dsecurity_mprotect.py27 temp_file_name = temp.name
30 temp_file_name),
/external/libvpx/libvpx/third_party/libwebm/common/
Dfile_util.cc35 std::string temp_file_name = in GetTempFileName() local
41 return temp_file_name; in GetTempFileName()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc62 static void temp_file_name(char *buf, size_t bufsize, const char *prefix) { in temp_file_name() function
94 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp."); in TEST()
216 temp_file_name(tmpfile, sizeof(tmpfile), in TEST()