Home
last modified time | relevance | path

Searched refs:GetDirSize (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.cpp321 uint64_t CopyImpl::GetDirSize(std::shared_ptr<FileInfos> infos, std::string path) in GetDirSize() function in OHOS::CJSystemapi::CopyImpl
338 size += static_cast<int64_t>(GetDirSize(infos, dest)); in GetDirSize()
692 callback->totalSize = GetDirSize(infos, infos->srcPath); in SubscribeLocalListener()
H A Dcopy.h159 static uint64_t GetDirSize(std::shared_ptr<FileInfos> infos, std::string path);
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.h154 static uint64_t GetDirSize(std::shared_ptr<FileInfos> infos, std::string path);
H A Dcopy.cpp369 uint64_t Copy::GetDirSize(std::shared_ptr<FileInfos> infos, std::string path) in GetDirSize() function in OHOS::FileManagement::ModuleFileIO::Copy
386 size += static_cast<int64_t>(GetDirSize(infos, dest)); in GetDirSize()
506 callback->totalSize = GetDirSize(infos, infos->srcPath); in SubscribeLocalListener()

Completed in 8 milliseconds