Home
last modified time | relevance | path

Searched refs:GetDevSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H A Ddisk_utils.h30 int GetDevSize(const std::string &path, uint64_t *size);
/ohos5.0/base/startup/init/remount/
H A Dremount_overlay.c88 static int GetDevSize(const char *fsBlkDev, uint64_t *devSize) in GetDevSize() function
110 int ret = GetDevSize(fsBlkDev, &devSize); in FormatExt4()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Ddisk_utils.cpp53 int GetDevSize(const std::string &path, uint64_t *size) in GetDevSize() function
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_info.cpp139 if (GetDevSize(devPath_, &size_) != E_OK) { in ReadMetadata()