Home
last modified time | relevance | path

Searched refs:RemoveDirRecursively (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dkernel_interface_test.cpp210 KernelInterface::GetInstance().RemoveDirRecursively(basedir);
222 KernelInterface::GetInstance().RemoveDirRecursively(basedir);
257 KernelInterface::GetInstance().RemoveDirRecursively(path);
261 KernelInterface::GetInstance().RemoveDirRecursively(path);
267 KernelInterface::GetInstance().RemoveDirRecursively(path);
282 ret = KernelInterface::GetInstance().RemoveDirRecursively(subDir1);
292 ret = KernelInterface::GetInstance().RemoveDirRecursively(basedir);
/ohos5.0/foundation/resourceschedule/memmgr/common/include/
H A Dkernel_interface.h61 bool RemoveDirRecursively(const std::string& path);
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
H A Dmemcg.cpp315 if (!KernelInterface::GetInstance().RemoveDirRecursively(fullPath)) { in RemoveMemcgDir()
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dkernel_interface.cpp217 bool KernelInterface::RemoveDirRecursively(const std::string& path) in RemoveDirRecursively() function in OHOS::Memory::KernelInterface