Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.h58 bool CheckDirRecursive(const char *path);
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.c58 APPSPAWN_STATIC bool CheckDirRecursive(const char *path) in CheckDirRecursive() function
94 CheckDirRecursive(arg->originPath); in SandboxMountPath()
372 !CheckDirRecursive(originPath)) { in GetRealSrcPath()
H A Dsandbox_utils.cpp219 static bool CheckDirRecursive(const std::string &path) in CheckDirRecursive() function
287 CheckDirRecursive(originPathStr); in DoAppSandboxMountOnce()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_test.cpp2258 bool ret = CheckDirRecursive(path);