Home
last modified time | relevance | path

Searched refs:GetFileStat (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_json_entity_ext_manage_test.cpp111 struct stat GetFileStat(const string &pathTestFile) in GetFileStat() function
197 … info.emplace(testFileHexName, make_tuple(pathTestFile, sta = GetFileStat(pathTestFile), true));
255 info.emplace(testFile1HexName, make_tuple(pathTestFile1, GetFileStat(pathTestFile1), true));
256 info.emplace(testFile2HexName, make_tuple(pathTestFile2, GetFileStat(pathTestFile2), true));
257 info.emplace(testFile3HexName, make_tuple(pathTestFile3, GetFileStat(pathTestFile3), true));
318 info.emplace(testFile1HexName, make_tuple(pathTestFile1, GetFileStat(pathTestFile1), true));
319 info.emplace(testFile2HexName, make_tuple(pathTestFile2, GetFileStat(pathTestFile2), true));
320 info.emplace(testFile3HexName, make_tuple(pathTestFile3, GetFileStat(pathTestFile3), true));
382 info.emplace(testFile1HexName, make_tuple(pathTestFile1, GetFileStat(pathTestFile1), true));
383 … info.emplace(testFile2HexName, make_tuple(pathTestFile2, sta = GetFileStat(pathTestFile2), true));
[all …]
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/include/
H A Ddlp_link_file.h74 struct stat GetFileStat() in GetFileStat() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp288 ErrCode InstalldClient::GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat() function in OHOS::AppExecFwk::InstalldClient
295 return CallService(&IInstalld::GetFileStat, file, fileStat); in GetFileStat()
H A Dmock_install_client.cpp183 ErrCode InstalldClient::GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp159 ErrCode InstalldHostImpl::GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp352 ErrCode InstalldClient::GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat() function in OHOS::AppExecFwk::InstalldClient
359 return CallService(&IInstalld::GetFileStat, file, fileStat); in GetFileStat()
H A Duser_unlocked_event_subscriber.cpp101 if (InstalldClient::GetInstance()->GetFileStat(path, fileStat) != ERR_OK) { in CheckPathAttribute()
H A Dbundle_mgr_service_event_handler.cpp442 if (InstalldClient::GetInstance()->GetFileStat(userDataBundlePath, fileStat) != ERR_OK) { in AnalyzeUserData()
/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/include/ipc/
H A Dinstalld_interface.h299 virtual ErrCode GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat() function
H A Dinstalld_proxy.h178 virtual ErrCode GetFileStat(const std::string &file, FileStat &fileStat) override;
/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/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp899 ErrCode result = installClient_->GetFileStat(file, fileStat);
914 ErrCode result = installClient_->GetFileStat(file, fileStat);
915 EXPECT_EQ(result, installClient_->CallService(&IInstalld::GetFileStat, file, fileStat));
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/
H A Dfuse_daemon.cpp362 struct stat fileStat = dlpLink->GetFileStat(); in FuseDaemonUpdateTime()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp689 ErrCode ret = InstalldClient::GetInstance()->GetFileStat("", fileStat);
691 ret = InstalldClient::GetInstance()->GetFileStat("data/test/wrongpath", fileStat);
H A Dbms_install_daemon_ipc_test.cpp409 auto ret = proxy->GetFileStat(TEST_STRING, fileStat);
H A Dbms_install_daemon_host_impl_test.cpp331 auto ret = hostImpl->GetFileStat(TEST_STRING, fileStat);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp590 ErrCode result = GetFileStat(file, fileStat); in HandleGetFileStat()
H A Dinstalld_proxy.cpp461 ErrCode InstalldProxy::GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat() function in OHOS::AppExecFwk::InstalldProxy
/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() function in OHOS::AppExecFwk::InstalldHostImpl