Searched refs:subpathsCheck (Results 1 – 1 of 1) sorted by relevance
238 Vector<String> subpathsCheck; in pathIsAllowedToAccess() local240 path.split('/', subpathsCheck); in pathIsAllowedToAccess()242 subpathsCheck.append(path); in pathIsAllowedToAccess()247 Vector<String>::iterator itCheck = subpathsCheck.begin(); in pathIsAllowedToAccess()248 Vector<String>::iterator endCheck = subpathsCheck.end(); in pathIsAllowedToAccess()