Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/frameworks/js/napi/src/legacy/
H A Drequest_manager.cpp193 auto fileDirectory = filepath.substr(0, filepath.rfind('/')); in IsPathValid() local
195 …if (realpath(fileDirectory.c_str(), resolvedPath) && !strncmp(resolvedPath, dir.c_str(), dir.lengt… in IsPathValid()