Home
last modified time | relevance | path

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

/art/artd/
Dpath_utils.cc73 Result<void> ValidatePathElementSubstring(const std::string& path_element_substring, in ValidatePathElementSubstring() function
88 OR_RETURN(ValidatePathElementSubstring(path_element, name)); in ValidatePathElement()
193 OR_RETURN(ValidatePathElementSubstring(primary_ref_profile_path.profileName, "profileName")); in BuildPrimaryRefProfilePath()
207 OR_RETURN(ValidatePathElementSubstring(primary_cur_profile_path.profileName, "profileName")); in BuildPrimaryCurProfilePath()
242 OR_RETURN(ValidatePathElementSubstring(tmp_profile_path.id, "id")); in BuildTmpProfilePath()