Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dplatform_specific.cpp235 static int GetFilePathAttr(const std::string &topPath, const std::string &relativePath, in GetFilePathAttr() function
275 … errCode = GetFilePathAttr(fileAbsName, relativePath + file.name + "/", files, isNeedAllPath); in GetFilePathAttr()
291 return GetFilePathAttr(filePath, std::string(), files, isNeedAllPath); in GetFileAttrFromPath()
531 static int GetFilePathAttr(const std::string &topPath, const std::string &relativePath,
572 …errCode = GetFilePathAttr(fileAbsName, relativePath + fileDirInfo->d_name + "/", files, isNeedAllP…
585 return GetFilePathAttr(filePath, std::string(), files, isNeedAllPath);