HomeSort by relevance Sort by last modified time
    Searched refs:pyproto_code_dir (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/test/
test_server.cc 296 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/
safe_browsing_test.cc 130 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 3461 milliseconds