Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_file_package_test.cpp51 int errCode = OS::GetFileAttrFromPath(path, files); in RemovePath()
79 int errCode = OS::GetFileAttrFromPath(path1, files1); in ComparePath()
83 errCode = OS::GetFileAttrFromPath(path2, files2); in ComparePath()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dplatform_specific.h64 int GetFileAttrFromPath(const std::string &filePath, std::list<FileAttr> &files, bool isNeedAllPath…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dplatform_specific.cpp289 int GetFileAttrFromPath(const std::string &filePath, std::list<FileAttr> &files, bool isNeedAllPath) in GetFileAttrFromPath() function
583 int GetFileAttrFromPath(const std::string &filePath, std::list<FileAttr> &files, bool isNeedAllPath)
H A Ddb_common.cpp283 int errCode = OS::GetFileAttrFromPath(dir, fileList, true); in RemoveAllFilesOfDirectory()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp112 int errCode = OS::GetFileAttrFromPath(sourcePath, files, false); in GetFileContexts()