Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/
Dlocal_safebrowsing_test_server.cc46 base::FilePath pyproto_dir; in SetPythonPath() local
47 if (!GetPyProtoPath(&pyproto_dir)) { in SetPythonPath()
52 AppendToPythonPath(pyproto_dir.AppendASCII("google")); in SetPythonPath()
/external/chromium_org/sync/test/
Dlocal_sync_test_server.cc85 base::FilePath pyproto_dir; in SetPythonPath() local
86 if (!GetPyProtoPath(&pyproto_dir)) { in SetPythonPath()
91 AppendToPythonPath(pyproto_dir.AppendASCII("sync").AppendASCII("protocol")); in SetPythonPath()
/external/chromium_org/chrome/browser/policy/test/
Dlocal_policy_test_server.cc193 base::FilePath pyproto_dir; in SetPythonPath() local
194 if (!GetPyProtoPath(&pyproto_dir)) { in SetPythonPath()
199 AppendToPythonPath(pyproto_dir in SetPythonPath()
205 AppendToPythonPath(pyproto_dir in SetPythonPath()
209 AppendToPythonPath(pyproto_dir in SetPythonPath()
/external/chromium_org/chrome/browser/media/
Dwv_test_license_server_config.cc47 base::FilePath pyproto_dir; in GetServerCommandLine() local
48 if (!GetPyProtoPath(&pyproto_dir)) { in GetServerCommandLine()
52 AppendToPythonPath(pyproto_dir); in GetServerCommandLine()
/external/chromium_org/net/test/spawned_test_server/
Dlocal_test_server.cc185 base::FilePath pyproto_dir; in SetPythonPath() local
186 if (!GetPyProtoPath(&pyproto_dir)) { in SetPythonPath()
191 AppendToPythonPath(pyproto_dir); in SetPythonPath()