Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/interfaces/inner_api/modulemgr/src/
H A Dmodule_manager.cpp50 char dealPath[PATH_MAX] = {}; in LoadModule() local
51 if (realpath(libPath.c_str(), dealPath) == nullptr) { in LoadModule()
56 dueModuleHandler = dlopen(dealPath, RTLD_LAZY); in LoadModule()
/ohos5.0/base/update/updateservice/services/core/ability/utils/src/
H A Dfile_utils.cpp207 char dealPath[PATH_MAX] = {}; in ReadDataFromFile() local
208 if (realpath(filePath.c_str(), dealPath) == nullptr) { in ReadDataFromFile()
213 readFile.open(dealPath); in ReadDataFromFile()