Home
last modified time | relevance | path

Searched refs:temp_file_path (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/gtest/src/
Dgtest-port.cc460 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
466 temp_file_path); in CapturedStream()
469 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
471 << temp_file_path; in CapturedStream()
472 filename_ = temp_file_path; in CapturedStream()
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc495 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
501 temp_file_path); in CapturedStream()
504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
506 << temp_file_path; in CapturedStream()
507 filename_ = temp_file_path; in CapturedStream()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc495 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
501 temp_file_path); in CapturedStream()
504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
506 << temp_file_path; in CapturedStream()
507 filename_ = temp_file_path; in CapturedStream()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc519 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
525 temp_file_path); in CapturedStream()
528 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
530 << temp_file_path; in CapturedStream()
531 filename_ = temp_file_path; in CapturedStream()
/external/gtest/src/
Dgtest-port.cc520 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
526 temp_file_path); in CapturedStream()
529 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
531 << temp_file_path; in CapturedStream()
532 filename_ = temp_file_path; in CapturedStream()
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc113 wstring *temp_file_path, in DumpSymbolsToTempFile() argument
152 *temp_file_path = temp_filename; in DumpSymbolsToTempFile()
/external/lldb/source/Host/macosx/
DHost.mm351 // char temp_file_path[PATH_MAX];
355 // ::snprintf (temp_file_path, sizeof(temp_file_path), "%s%s-XXXXXX", tmpdir, program.GetFilenam…
357 // if (::mktemp (temp_file_path) == NULL)
360 // unix_socket_name.assign (temp_file_path);
362 // ::strlcat (temp_file_path, ".command", sizeof (temp_file_path));
365 // command_file.GetFile().Open (temp_file_path,
407 // if (::chmod (temp_file_path, S_IRWXU | S_IRWXG) != 0)
437 … (const UInt8 *)temp_file_path,
438 … strlen(temp_file_path),
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc8043 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
8049 temp_file_path); in CapturedStream()
8052 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
8054 << temp_file_path; in CapturedStream()
8055 filename_ = temp_file_path; in CapturedStream()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8727 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
8733 temp_file_path); in CapturedStream()
8736 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
8738 << temp_file_path; in CapturedStream()
8739 filename_ = temp_file_path; in CapturedStream()