HomeSort by relevance Sort by last modified time
    Searched refs:temp_file_path (Results 1 - 18 of 18) sorted by null

  /external/chromium-trace/catapult/common/py_utils/py_utils/
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:
83 # First, acquire a shared lock on temp_file_path
88 # temp_file_path then append temp_file_path's content to temp_write_file
92 args=(self.temp_file_path, temp_write_file)
    [all...]
  /system/update_engine/payload_generator/
delta_diff_generator.cc 69 string temp_file_path; local
72 utils::MakeTempFile(kTempFileTemplate, &temp_file_path, &data_file_fd));
73 ScopedPathUnlinker temp_file_unlinker(temp_file_path);
128 TEST_AND_RETURN_FALSE(payload.WritePayload(output_path, temp_file_path,
  /external/autotest/client/site_tests/ui_SystemTray/
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/google-breakpad/src/tools/windows/symupload/
symupload.cc 110 // exe/dll file to it. Returns the path to the temp file in temp_file_path
113 wstring *temp_file_path,
152 *temp_file_path = temp_filename;
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 495 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT
501 temp_file_path);
504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
506 << temp_file_path;
507 filename_ = temp_file_path;
  /external/protobuf/gtest/src/
gtest-port.cc 460 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT
466 temp_file_path);
469 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
471 << temp_file_path;
472 filename_ = temp_file_path;
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-port.cc 495 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT
501 temp_file_path);
504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
506 << temp_file_path;
507 filename_ = temp_file_path;
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 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/mesa3d/src/gtest/src/
gtest-port.cc 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;
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-port.cc 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;
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-port.cc 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/googletest/googletest/src/
gtest-port.cc 939 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT
945 temp_file_path);
948 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE)
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 939 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT
945 temp_file_path);
948 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE)
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 921 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT
927 temp_file_path);
930 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
932 << temp_file_path;
933 filename_ = temp_file_path;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 902 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT
908 temp_file_path);
911 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
913 << temp_file_path;
914 filename_ = temp_file_path;
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]

Completed in 1113 milliseconds