Home
last modified time | relevance | path

Searched refs:kBlockDevPath (Results 1 – 2 of 2) sorted by relevance

/system/ulib/fs-management/
A Dfvm.cpp59 constexpr char kBlockDevPath[] = "/dev/class/block/"; variable
252 strcpy(info->out_path, kBlockDevPath); in open_partition()
260 DIR* dir = opendir(kBlockDevPath); in open_partition()
/system/uapp/disk-pave/
A Ddevice-partitioner.cpp155 constexpr char kBlockDevPath[] = "class/block/"; variable
182 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 7 milliseconds