Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp101 const char *fsTypePtr = RetrieveFsType(fd.Get(), imageStat.imageOffset); in ParseImageStat() local
102 if (fsTypePtr == nullptr) { in ParseImageStat()
106 errno_t ret = strcpy_s(imageStat.fsType, FS_TYPE_MAX_SIZE, fsTypePtr); in ParseImageStat()
108 LOG(ERROR) << "Failed to copy fs type " << fsTypePtr; in ParseImageStat()