Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock_unittest.py51 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/
Dui_SystemTray.py68 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/
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/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/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/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc113 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/
Dgtest-port.cc902 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()
Dgtest-port.cc.orig519 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/
Dgtest-port.cc921 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/
Dgtest-port.cc939 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/
Dgtest-port.cc939 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/
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/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc8729 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/
Dgmock-gtest-all.cc8729 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()