Searched defs:devPath (Results 1 – 10 of 10) sorted by relevance
62 auto devPath = GetBlockDeviceByMountPoint(partitionName); in TearDown() local87 auto devPath = GetBlockDeviceByMountPoint(partitionName); variable118 auto devPath = GetBlockDeviceByMountPoint(partitionName); variable
75 string devPath = GetBlockDeviceByMountPoint("/vendortest1"); variable98 string devPath = GetBlockDeviceByMountPoint("/vendortest"); variable
70 const string devPath = GetBlockDeviceByMountPoint(partitionName); variable
31 BlockDevice(DeviceType type, const std::string &devPath) : devPath_(devPath), type_(type) {} in BlockDevice()
238 std::string devPath = fileDir + "/" + entry->d_name; in LoadBlockDevice() local301 int FlashService::AddNewBlockDevice(DeviceType type, const std::string &devPath) in AddNewBlockDevice()
35 auto devPath = GetBlockDeviceByMountPoint(partitionName); in OpenPartition() local
390 char *devPath = NULL; in GetDeviceBasePath() local434 const char *devPath = GetDeviceBasePath(uevent->subsystem); in HandleBlockDeviceEvent() local476 const char *devPath = GetDeviceBasePath(uevent->subsystem); in HandleOtherDeviceEvent() local
138 std::string devPath; member332 auto devPath = GetBlockDeviceByMountPoint(partitionName); in Execute() local389 auto devPath = GetBlockDeviceByMountPoint(partitionName); in Execute() local
71 std::string devPath; member
79 int DoFormat(const char *devPath, const char *fsType) in DoFormat()