Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/frameworks/cj/ffi/src/
H A Dcj_initialize.cpp394 std::string normalPath; in CheckDownloadFilePath() local
396 if (!WholeToNormal(path, normalPath, pathVec) || pathVec.empty()) { in CheckDownloadFilePath()
402 if (!CheckPathBaseDir(normalPath, baseDir)) { in CheckDownloadFilePath()
403 REQUEST_HILOGE("CheckPathBaseDir Err: %{public}s", normalPath.c_str()); in CheckDownloadFilePath()
410 REQUEST_HILOGE("CreateDirs Err: %{public}s", normalPath.c_str()); in CheckDownloadFilePath()
414 config.saveas = normalPath; in CheckDownloadFilePath()
483 bool CJInitialize::WholeToNormal(const std::string &wholePath, std::string &normalPath, std::vector… in WholeToNormal() argument
491 normalPath += "/" + elem; in WholeToNormal()
/ohos5.0/base/request/request/frameworks/cj/ffi/include/
H A Dcj_initialize.h81 …static bool WholeToNormal(const std::string &wholePath, std::string &normalPath, std::vector<std::…
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_initialize.cpp1265 std::string normalPath; in WholeToNormal() local
1272 normalPath += "/" + elem; in WholeToNormal()
1274 path = normalPath; in WholeToNormal()