Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/libs/image_aggregator/
Dsparse_image_utils.cc39 Result<SharedFD> AcquireLock(const std::string& tmp_lock_image_path) { in AcquireLock() argument
41 SharedFD::Open(tmp_lock_image_path.c_str(), O_RDWR | O_CREAT, 0666); in AcquireLock()
42 CF_EXPECTF(fd->IsOpen(), "Failed to open '{}': '{}'", tmp_lock_image_path, in AcquireLock()
63 std::string tmp_lock_image_path = image_path + ".lock"; in ForceRawImage() local
65 SharedFD fd = CF_EXPECT(AcquireLock(tmp_lock_image_path)); in ForceRawImage()