OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pyproto_dir
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
local_safebrowsing_test_server.cc
47
base::FilePath
pyproto_dir
;
48
if (!GetPyProtoPath(&
pyproto_dir
)) {
53
AppendToPythonPath(
pyproto_dir
.AppendASCII("google"));
/external/chromium_org/sync/test/
local_sync_test_server.cc
85
base::FilePath
pyproto_dir
;
local
86
if (!GetPyProtoPath(&
pyproto_dir
)) {
91
AppendToPythonPath(
pyproto_dir
.AppendASCII("sync").AppendASCII("protocol"));
/external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.cc
176
base::FilePath
pyproto_dir
;
local
177
if (!GetPyProtoPath(&
pyproto_dir
)) {
182
AppendToPythonPath(
pyproto_dir
188
AppendToPythonPath(
pyproto_dir
192
AppendToPythonPath(
pyproto_dir
/external/chromium_org/net/test/spawned_test_server/
local_test_server.cc
190
base::FilePath
pyproto_dir
;
local
191
if (!GetPyProtoPath(&
pyproto_dir
)) {
196
AppendToPythonPath(
pyproto_dir
);
Completed in 38 milliseconds