Home
last modified time | relevance | path

Searched refs:CheckPath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_expand.c31 static inline bool CheckPath(const char *name) in CheckPath() function
56 … APPSPAWN_CHECK(CheckPath(libBundleName) && CheckPath(libModuleName) && CheckPath(libVersion), in MountAllHsp()
108 APPSPAWN_CHECK(!CheckPath(libPhysicalPath), return -1, "MountAllGroup: path error"); in MountAllGroup()
H A Dsandbox_utils.cpp1224 static inline bool CheckPath(const std::string& name) in CheckPath() function
1267 … APPSPAWN_CHECK(CheckPath(libBundleName) && CheckPath(libModuleName) && CheckPath(libVersion), in MountAllHsp()
1321 APPSPAWN_CHECK(!CheckPath(libPhysicalPath), return -1, "MountAllGroup: path error"); in MountAllGroup()
/ohos5.0/foundation/communication/netmanager_base/bpf/bpf_loader/
H A Dbpf_loader.h111 bool CheckPath();
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dhap_restorecon.cpp143 static bool CheckPath(const std::string &path) in CheckPath() function
298 if (!CheckPath(realPath)) { in HapFileRestorecon()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp298 bool CheckPath() in CheckPath() function in OHOS::NetManagerStandard::ElfLoader
309 if (!CheckPath()) { in IsPathValid()