Searched refs:kBlockDevPath (Results 1 – 2 of 2) sorted by relevance
59 constexpr char kBlockDevPath[] = "/dev/class/block/"; variable252 strcpy(info->out_path, kBlockDevPath); in open_partition()260 DIR* dir = opendir(kBlockDevPath); in open_partition()
155 constexpr char kBlockDevPath[] = "class/block/"; variable182 return OpenPartition(devfs_root, kBlockDevPath, cb, timeout, out_fd); in OpenBlockPartition()282 fbl::unique_fd d_fd(openat(devfs_root.get(), kBlockDevPath, O_RDWR)); in FindTargetGptPath()
Completed in 5 milliseconds