Home
last modified time | relevance | path

Searched defs: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
401 static constexpr int kOpenFlags = O_RDWR | O_NOFOLLOW | O_CLOEXEC; in MapWithLoopDeviceList() local
/system/core/fs_mgr/liblp/
Dimages.cpp211 … static const int kOpenFlags = O_CREAT | O_RDWR | O_TRUNC | O_CLOEXEC | O_NOFOLLOW | O_BINARY; in ExportFiles() local