Searched defs:kOpenFlags (Results 1 – 7 of 7) sorted by relevance
33 static constexpr int kOpenFlags = O_RDONLY; variable
335 static constexpr int kOpenFlags = O_RDWR | O_NOFOLLOW | O_CLOEXEC; in CreateLoopDevice() local401 static constexpr int kOpenFlags = O_RDWR | O_NOFOLLOW | O_CLOEXEC; in MapWithLoopDeviceList() local
45 static constexpr int kOpenFlags = O_RDONLY; variable
318 static const int kOpenFlags = (O_RDONLY | O_WRONLY | O_RDWR | O_DSYNC | O_SYNC); in CreateFromFd() local
244 static const int kOpenFlags = in ExportFiles() local
59 static constexpr int kOpenFlags = O_WRONLY | O_CREAT | O_EXCL; variable
281 int kOpenFlags; in openFileDescriptor() local