Searched refs:CheckMaps (Results 1 - 5 of 5) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | process.cpp | 90 bool Process::CheckMaps(std::string pidPath) in CheckMaps() function in OHOS::StorageDaemon::Process 165 if (CheckMaps(pidPath) in UpdatePidByPath()
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/ |
H A D | process.h | 41 bool CheckMaps(std::string pidPath);
|
/foundation/filemanagement/storage_service/services/storage_daemon/user/test/ |
H A D | user_manager_test.cpp | 584 * @tc.desc: Verify the CheckMaps function. 599 mountManager->CheckMaps(path, prefix, mountFailList); in HWTEST_F() 603 mountManager->CheckMaps(path, prefix, mountFailList); in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/user/ |
H A D | mount_manager.h | 99 bool CheckMaps(const std::string &path, const std::string &prefix, std::list<std::string> &mountFailList);
|
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
H A D | mount_manager.cpp | 345 found |= CheckMaps(pidPath + "/maps", prefix, mountFailList); in PidUsingFlag() 407 bool MountManager::CheckMaps(const std::string &path, const std::string &prefix, std::list<std::string> &mountFailList) in CheckMaps() function in OHOS::StorageDaemon::MountManager 417 LOGE("CheckMaps path is %{public}s", path.c_str()); in CheckMaps()
|
Completed in 6 milliseconds