Searched defs:pyproto_code_dir (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/test/
H A Dtest_server.cc296 FilePath pyproto_code_dir; local
297 if (!GetPyProtoPath(&pyproto_code_dir)) {
303 AppendToPythonPath(pyproto_code_dir);
304 AppendToPythonPath(pyproto_code_dir.Append(FILE_PATH_LITERAL("sync_pb")));
305 AppendToPythonPath(pyproto_code_dir.Append(
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_test.cc130 FilePath pyproto_code_dir; local
131 if (!GetPyProtoPath(&pyproto_code_dir)) {
135 AppendToPythonPath(pyproto_code_dir);
136 pyproto_code_dir = pyproto_code_dir.Append(FILE_PATH_LITERAL("google"));
137 AppendToPythonPath(pyproto_code_dir);

Completed in 89 milliseconds