Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dutils.h39 inline const std::string GenerateFullPath(const std::string& prePath, const std::string& postPath) in GenerateFullPath() argument
41 if (prePath.empty() && postPath.empty()) { in GenerateFullPath()
44 std::string tmpPostPath = postPath; in GenerateFullPath()