Home
last modified time | relevance | path

Searched defs:tmpFile (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/temp/temp_gtest/
Dtemp_mkostemp64_test.cpp21 char tmpFile[] = "/data/mkostemp64_XXXXXX"; variable
Dtemp_mkstemps64_test.cpp20 char tmpFile[] = "/data/mkstemps64_XXXXXX.dat"; variable
Dtemp_mkstemp64_test.cpp21 char tmpFile[] = "/data/mkstemp64_XXXXXX"; variable
/third_party/node/test/parallel/
Dtest-stdin-from-file.js11 const tmpFile = join(tmpdir.path, 'stdin.txt'); constant
Dtest-stdout-to-file.js12 const tmpFile = path.join(tmpdir.path, 'stdout.txt'); constant
/third_party/vk-gl-cts/framework/qphelper/
DqpCrashHandler.c541 int tmpFile = mkstemp(tmpFileName); in qpCrashHandler_writeCrashInfo() local