OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SERVER2_PATH
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/extensions/
PRESUBMIT_test.py
13
SERVER2_PATH
= os.path.join(DOCS_PATH, 'server2')
67
input_files.append(os.path.join(
SERVER2_PATH
, 'test.txt'))
70
input_files.append(os.path.join(
SERVER2_PATH
, 'handler.py'))
PRESUBMIT.py
16
SERVER2_PATH
= os.path.join(DOCS_PATH, 'server2')
63
if (any(fnmatch.fnmatch(name, '%s*.py' %
SERVER2_PATH
)
Completed in 930 milliseconds