Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dfile_stat.cpp22 bool FileStat::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
32 bool FileStat::Marshalling(Parcel &parcel) const in Marshalling()
42 FileStat *FileStat::Unmarshalling(Parcel &parcel) in Unmarshalling()
44 FileStat *info = new (std::nothrow) FileStat(); in Unmarshalling()
H A Dinstalld_proxy.cpp461 ErrCode InstalldProxy::GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat()
475 std::unique_ptr<FileStat> info(reply.ReadParcelable<FileStat>()); in GetFileStat()
H A Dinstalld_host.cpp589 FileStat fileStat; in HandleGetFileStat()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dfile_stat.h23 struct FileStat : public Parcelable { struct
32 static FileStat *Unmarshalling(Parcel &parcel); argument
H A Dinstalld_interface.h299 virtual ErrCode GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat()
H A Dinstalld_proxy.h178 virtual ErrCode GetFileStat(const std::string &file, FileStat &fileStat) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp100 FileStat fileStat;
118 FileStat fileStat;
128 FileStat fileStatBack;
147 FileStat fileStat;
157 FileStat fileStatBack;
408 FileStat fileStat;
H A Dbms_install_daemon_host_impl_test.cpp330 FileStat fileStat;
H A Dbms_install_daemon_test.cpp688 FileStat fileStat;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/quota/
H A Dquota_manager.h27 struct FileStat { struct
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp472 static void WriteFileList(std::ofstream &statFile, struct FileStat fileStat, BundleStatsParas &para… in WriteFileList()
569 struct FileStat fileStat; in CheckIfDirForIncludes()
607 struct FileStat fileStat = {}; in AddOuterDirIntoFileStat()
637 static void InsertStatFile(const std::string &path, struct FileStat fileStat, in InsertStatFile()
692 struct FileStat fileStat = {}; in GetIncludesFileStats()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h163 ErrCode GetFileStat(const std::string &file, FileStat &fileStat);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_install_client.cpp183 ErrCode InstalldClient::GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat()
H A Dmock_installd_host_impl.cpp159 ErrCode InstalldHostImpl::GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat()
H A Dinstalld_client.cpp288 ErrCode InstalldClient::GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h177 virtual ErrCode GetFileStat(const std::string &file, FileStat &fileStat) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Duser_unlocked_event_subscriber.cpp100 FileStat fileStat; in CheckPathAttribute()
H A Dinstalld_client.cpp352 ErrCode InstalldClient::GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat()
H A Dbundle_mgr_service_event_handler.cpp441 FileStat fileStat; in AnalyzeUserData()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp898 FileStat fileStat;
913 FileStat fileStat;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1172 ErrCode InstalldHostImpl::GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat()