Home
last modified time | relevance | path

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

/external/chromium/net/test/
Dpython_utils.cc72 const FilePath kPyProto(FILE_PATH_LITERAL("pyproto")); in GetPyProtoPath() local
84 if (!TryRelativeToDir(generated_code_dir, kPyProto, dir)) { in GetPyProtoPath()
85 LOG(WARNING) << "Can't find " << kPyProto.value() in GetPyProtoPath()
93 if (!TryRelativeToDir(generated_code_dir, kPyProto, dir)) { in GetPyProtoPath()
94 LOG(WARNING) << "Can't find " << kPyProto.value() in GetPyProtoPath()
101 *dir = generated_code_dir.Append(kPyProto); in GetPyProtoPath()
102 VLOG(2) << "Found " << kPyProto.value() << " in " << dir->value(); in GetPyProtoPath()