Searched refs:temp_file_path (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/gtest/src/ |
D | gtest-port.cc | 460 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/ |
D | gtest-port.cc | 495 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/ |
D | gtest-port.cc | 495 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/ |
D | gtest-port.cc | 519 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/ |
D | gtest-port.cc | 520 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/ |
D | symupload.cc | 113 wstring *temp_file_path, in DumpSymbolsToTempFile() argument 152 *temp_file_path = temp_filename; in DumpSymbolsToTempFile()
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 351 // 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/ |
D | gtest-all.cc | 8043 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/ |
D | gtest-all.cc | 8727 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()
|