Searched refs:CheckSymlink (Results 1 - 5 of 5) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/ |
H A D | process.cpp | 122 bool Process::CheckSymlink(std::string path) in CheckSymlink() function in OHOS::StorageDaemon::Process 142 if (CheckSymlink(path + "/" + dirEntry->d_name)) { in CheckFds() 166 || CheckSymlink(pidPath + "/cwd") in UpdatePidByPath() 167 || CheckSymlink(pidPath + "/root") in UpdatePidByPath() 168 || CheckSymlink(pidPath + "/exe")) { in UpdatePidByPath()
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/ |
H A D | process.h | 42 bool CheckSymlink(std::string path);
|
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
H A D | mount_manager.cpp | 346 found |= CheckSymlink(pidPath + "/cwd", prefix, mountFailList); in PidUsingFlag() 347 found |= CheckSymlink(pidPath + "/root", prefix, mountFailList); in PidUsingFlag() 348 found |= CheckSymlink(pidPath + "/exe", prefix, mountFailList); in PidUsingFlag() 360 found |= CheckSymlink(fdPath + "/" +fdDirent->d_name, prefix, mountFailList); in PidUsingFlag() 442 bool MountManager::CheckSymlink(const std::string &path, in CheckSymlink() function in OHOS::StorageDaemon::MountManager
|
/foundation/filemanagement/storage_service/services/storage_daemon/user/test/ |
H A D | user_manager_test.cpp | 600 mountManager->CheckSymlink(path, prefix, mountFailList); in HWTEST_F() 604 mountManager->CheckSymlink(path, prefix, mountFailList); in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/user/ |
H A D | mount_manager.h | 100 bool CheckSymlink(const std::string &path, const std::string &prefix, std::list<std::string> &mountFailList);
|
Completed in 6 milliseconds