Searched refs:childDir (Results 1 – 2 of 2) sorted by relevance
130 std::string childDir = filepath.substr(0, filepath.rfind("/")); in SetPathPermission() local131 if (AclSetAccess(childDir, SA_PERMISSION_RWX) != ACL_SUCC) { in SetPathPermission()184 std::string childDir(filepath); in AddPathMap() local186 while (childDir.length() > baseDir.length()) { in AddPathMap()187 parentDir = childDir.substr(0, childDir.rfind("/")); in AddPathMap()195 childDir = parentDir; in AddPathMap()219 std::string childDir(filepath); in RemovePathMap() local221 while (childDir.length() > baseDir.length()) { in RemovePathMap()222 parentDir = childDir.substr(0, childDir.rfind("/")); in RemovePathMap()233 childDir = parentDir; in RemovePathMap()
1034 std::string childDir(filepath); in AddPathMap() local1036 while (childDir.length() > baseDir.length()) { in AddPathMap()1037 parentDir = childDir.substr(0, childDir.rfind("/")); in AddPathMap()1045 childDir = parentDir; in AddPathMap()1081 std::string childDir(filepath); in RemovePathMap() local1083 while (childDir.length() > baseDir.length()) { in RemovePathMap()1084 parentDir = childDir.substr(0, childDir.rfind("/")); in RemovePathMap()1095 childDir = parentDir; in RemovePathMap()