Searched refs:O_DIRECT (Results 1 – 5 of 5) sorted by relevance
68 static_assert(O_DIRECT == 040000);77 O_NOFOLLOW | O_CLOEXEC | O_DIRECT | __O_SYNC | O_PATH;
142 android::base::unique_fd fd(open(device_path, O_RDONLY | O_DIRECT)); in read_block_from_device()161 android::base::unique_fd fd(open(device_path, O_WRONLY | O_DIRECT)); in write_block_to_device()
53 if (provider->ConsumeBool()) flags |= O_DIRECT; in getRandomFds()
517 public static final int O_DIRECT = placeholder(); field in OsConstants
438 initConstant(env, c, "O_DIRECT", O_DIRECT); in OsConstants_initConstants()