Home
last modified time | relevance | path

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

/base/update/updateservice/interfaces/inner_api/modulemgr/src/
H A Dmodule_manager.cpp52 char dealPath[PATH_MAX] = {}; in LoadModule() local
53 if (realpath(libPath.c_str(), dealPath) == nullptr) { in LoadModule()
58 dueModuleHandler = dlopen(dealPath, RTLD_LAZY); in LoadModule()
/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()

Completed in 2 milliseconds