Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/
Dpartition_opener.cpp48 unique_fd fd = GetControlFileOrOpen(block_device.c_str(), O_RDONLY); in GetBlockDeviceInfo()
88 return GetControlFileOrOpen(path.c_str(), flags | O_CLOEXEC); in Open()
Dutility.h96 ::android::base::unique_fd GetControlFileOrOpen(const char* path, int flags);
Dutility.cpp178 base::unique_fd GetControlFileOrOpen(const char* path, int flags) { in GetControlFileOrOpen() function
Dimages.cpp71 unique_fd fd = GetControlFileOrOpen(image_file.c_str(), O_RDONLY | O_CLOEXEC); in ReadFromImageFile()
412 android::base::unique_fd source_fd = GetControlFileOrOpen(file.c_str(), O_RDONLY | O_CLOEXEC); in OpenImageFile()