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 D | distributeddb_file_package_test.cpp | 51 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 D | platform_specific.h | 64 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 D | platform_specific.cpp | 289 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 D | db_common.cpp | 283 int errCode = OS::GetFileAttrFromPath(dir, fileList, true); in RemoveAllFilesOfDirectory()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | package_file.cpp | 112 int errCode = OS::GetFileAttrFromPath(sourcePath, files, false); in GetFileContexts()
|