/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | lock_unittest.py | 51 self.temp_file_path = tf.name 54 os.remove(self.temp_file_path) 60 target=_AppendTextToFile, args=(self.temp_file_path,)) 70 with open(self.temp_file_path, 'r') as f: 80 with open(self.temp_file_path, 'w') as f: 82 with open(self.temp_file_path, 'r') as f: 92 args=(self.temp_file_path, temp_write_file)) 109 with open(self.temp_file_path, 'w') as f: 113 args=(self.temp_file_path, temp_status_file)) 126 with open(self.temp_file_path, 'r') as f: [all …]
|
/external/autotest/client/site_tests/ui_SystemTray/ |
D | ui_SystemTray.py | 68 temp_file_path = '%s_temp.png' % image_name 80 graphics_utils.take_screenshot_crop(temp_file_path, box) 81 diff = comparer.compare(filepath, temp_file_path)
|
/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/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/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/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
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/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/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-port.cc | 902 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local 908 temp_file_path); in CapturedStream() 911 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream() 913 << temp_file_path; in CapturedStream() 914 filename_ = temp_file_path; in CapturedStream()
|
D | gtest-port.cc.orig | 519 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT 525 temp_file_path); 528 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); 530 << temp_file_path; 531 filename_ = temp_file_path;
|
/external/v8/testing/gtest/src/ |
D | gtest-port.cc | 921 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local 927 temp_file_path); in CapturedStream() 930 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream() 932 << temp_file_path; in CapturedStream() 933 filename_ = temp_file_path; in CapturedStream()
|
/external/googletest/googletest/src/ |
D | gtest-port.cc | 939 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local 945 temp_file_path); in CapturedStream() 948 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream() 950 << temp_file_path; in CapturedStream() 951 filename_ = temp_file_path; in CapturedStream()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 939 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local 945 temp_file_path); in CapturedStream() 948 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream() 950 << temp_file_path; in CapturedStream() 951 filename_ = temp_file_path; in CapturedStream()
|
/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/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest-all.cc | 8729 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local 8735 temp_file_path); in CapturedStream() 8738 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream() 8740 << temp_file_path; in CapturedStream() 8741 filename_ = temp_file_path; in CapturedStream()
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 8729 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local 8735 temp_file_path); in CapturedStream() 8738 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream() 8740 << temp_file_path; in CapturedStream() 8741 filename_ = temp_file_path; in CapturedStream()
|