Searched refs:FileAttr (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | key_backup.h | 30 struct FileAttr { struct 72 int32_t GetAttr(const std::string &path, struct FileAttr &attr); 73 int32_t SetAttr(const std::string &path, struct FileAttr &attr);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_file_package_test.cpp | 50 list<OS::FileAttr> files; in RemovePath() 71 bool CompareFileName(const OS::FileAttr &file1, const OS::FileAttr &file2) in CompareFileName() 78 list<OS::FileAttr> files1; in ComparePath() 82 list<OS::FileAttr> files2; in ComparePath()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | platform_specific.h | 35 struct FileAttr { struct 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 | 219 static void InitFileType(const _finddata_t &file, FileAttr& fileAttr) in InitFileType() 236 std::list<FileAttr> &files, bool isNeedAllPath) in GetFilePathAttr() 250 FileAttr fileAttr; in GetFilePathAttr() 289 int GetFileAttrFromPath(const std::string &filePath, std::list<FileAttr> &files, bool isNeedAllPath) in GetFileAttrFromPath() 532 std::list<FileAttr> &files, bool isNeedAllPath) 542 FileAttr file; 583 int GetFileAttrFromPath(const std::string &filePath, std::list<FileAttr> &files, bool isNeedAllPath)
|
H A D | db_common.cpp | 45 void RemoveFiles(const std::list<OS::FileAttr> &fileList, OS::FileType type) in RemoveFiles() 58 void RemoveDirectories(const std::list<OS::FileAttr> &fileList, OS::FileType type) in RemoveDirectories() 278 std::list<OS::FileAttr> fileList; in RemoveAllFilesOfDirectory()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_backup.cpp | 586 struct FileAttr attr; in HandleCopyDir() 611 struct FileAttr attr; in CheckAndCopyOneFile() 735 int32_t KeyBackup::GetAttr(const std::string &path, struct FileAttr &attr) in GetAttr() 748 int32_t KeyBackup::SetAttr(const std::string &path, struct FileAttr &attr) in SetAttr()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | package_file.cpp | 111 list<OS::FileAttr> files; in GetFileContexts()
|