Home
last modified time | relevance | path

Searched refs:realPath (Results 1 - 3 of 3) sorted by relevance

/domains/advertising/advertising/frameworks/js/napi/ads/src/
H A Dad_load_service.cpp100 char realPath[PATH_MAX]; in GetAdServiceElement() local
101 if (realpath(pathBuff, realPath) == nullptr) { in GetAdServiceElement()
104 if (realpath(pathBuff, realPath) == nullptr) { in GetAdServiceElement()
108 GetConfigItem(realPath, adServiceElementName); in GetAdServiceElement()
110 GetConfigItem(realPath, adServiceElementName); in GetAdServiceElement()
H A Dadvertising.cpp134 char realPath[PATH_MAX]; in GetCloudServiceProvider() local
135 if (realpath(pathBuff, realPath) == nullptr) { in GetCloudServiceProvider()
138 if (realpath(pathBuff, realPath) == nullptr) { in GetCloudServiceProvider()
142 GetAdConfigItem(realPath, cloudServiceProvider); in GetCloudServiceProvider()
144 GetAdConfigItem(realPath, cloudServiceProvider); in GetCloudServiceProvider()
/domains/advertising/oaid/services/oaid_manager/src/
H A Doaid_service_stub.cpp94 char realPath[PATH_MAX]; in LoadAndCheckOaidTrustList() local
95 if (realpath(pathBuff, realPath) == nullptr) { in LoadAndCheckOaidTrustList()
97 if (realpath(pathBuff, realPath) == nullptr) { in LoadAndCheckOaidTrustList()
102 std::ifstream inFile(realPath, std::ios::in); in LoadAndCheckOaidTrustList()

Completed in 3 milliseconds