Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp335 static constexpr int kOpenFlags = O_RDWR | O_NOFOLLOW | O_CLOEXEC; in CreateLoopDevice() local
336 android::base::unique_fd file_fd(open(file.c_str(), kOpenFlags)); in CreateLoopDevice()
401 static constexpr int kOpenFlags = O_RDWR | O_NOFOLLOW | O_CLOEXEC; in MapWithLoopDeviceList() local
402 unique_fd fd(open(block_device.c_str(), kOpenFlags)); in MapWithLoopDeviceList()
/system/core/fs_mgr/liblp/
Dimages.cpp244 static const int kOpenFlags = in ExportFiles() local
246 unique_fd fd(open(file_path.c_str(), kOpenFlags, 0644)); in ExportFiles()