/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A D | b_json_entity_ext_manage_test.cpp | 111 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 D | dlp_link_file.h | 74 struct stat GetFileStat() in GetFileStat() function
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | installd_client.cpp | 288 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 D | mock_install_client.cpp | 183 ErrCode InstalldClient::GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 159 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 D | installd_client.cpp | 352 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 D | user_unlocked_event_subscriber.cpp | 101 if (InstalldClient::GetInstance()->GetFileStat(path, fileStat) != ERR_OK) { in CheckPathAttribute()
|
H A D | bundle_mgr_service_event_handler.cpp | 442 if (InstalldClient::GetInstance()->GetFileStat(userDataBundlePath, fileStat) != ERR_OK) { in AnalyzeUserData()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 163 ErrCode GetFileStat(const std::string &file, FileStat &fileStat);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 299 virtual ErrCode GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat() function
|
H A D | installd_proxy.h | 178 virtual ErrCode GetFileStat(const std::string &file, FileStat &fileStat) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 177 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 D | bms_installd_client_test.cpp | 899 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 D | fuse_daemon.cpp | 362 struct stat fileStat = dlpLink->GetFileStat(); in FuseDaemonUpdateTime()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/ |
H A D | bms_install_daemon_test.cpp | 689 ErrCode ret = InstalldClient::GetInstance()->GetFileStat("", fileStat); 691 ret = InstalldClient::GetInstance()->GetFileStat("data/test/wrongpath", fileStat);
|
H A D | bms_install_daemon_ipc_test.cpp | 409 auto ret = proxy->GetFileStat(TEST_STRING, fileStat);
|
H A D | bms_install_daemon_host_impl_test.cpp | 331 auto ret = hostImpl->GetFileStat(TEST_STRING, fileStat);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_host.cpp | 590 ErrCode result = GetFileStat(file, fileStat); in HandleGetFileStat()
|
H A D | installd_proxy.cpp | 461 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 D | installd_host_impl.cpp | 1172 ErrCode InstalldHostImpl::GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat() function in OHOS::AppExecFwk::InstalldHostImpl
|