Home
last modified time | relevance | path

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

/external/libchrome/components/policy/core/common/
Dpreg_parser.cc69 const base::char16 kRegistryPathSeparator[] = {L'\\', L'\0'}; variable
212 key_name.at(root.length()) == kRegistryPathSeparator[0]; in KeyRootEquals()
228 base::SplitStringPiece(key_name, kRegistryPathSeparator, in HandleRecord()
327 DCHECK(root.empty() || root.back() != kRegistryPathSeparator[0]); in ReadDataInternal()