Home
last modified time | relevance | path

Searched refs:isPathExist (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h318 bool &isPathExist);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp827 bool &isPathExist) in CheckPathIsSame()
832 isPathExist = false; in CheckPathIsSame()
835 isPathExist = true; in CheckPathIsSame()
848 bool isPathExist = false; in MkOwnerDir() local
849 if (CheckPathIsSame(path, mode, uid, gid, isPathExist)) { in MkOwnerDir()
852 if (isPathExist) { in MkOwnerDir()
826 CheckPathIsSame(const std::string &path, int32_t mode, const int32_t uid, const int32_t gid, bool &isPathExist) CheckPathIsSame() argument

Completed in 6 milliseconds