OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_dir
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_libc_test.cc
69
char
tmp_dir
[MAX_PATH];
local in function:temp_file_name
70
if (!::GetTempPathA(MAX_PATH,
tmp_dir
))
74
if (!::GetTempFileNameA(
tmp_dir
, prefix, 0, tmp_path))
sanitizer_libc_test.cc
69
char
tmp_dir
[MAX_PATH];
local in function:temp_file_name
70
if (!::GetTempPathA(MAX_PATH,
tmp_dir
))
74
if (!::GetTempFileNameA(
tmp_dir
, prefix, 0, tmp_path))
Completed in 23 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025