OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GM_DIRECTORY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
jsondiff.py
36
GM_DIRECTORY
= os.path.realpath(
38
if
GM_DIRECTORY
not in sys.path:
39
sys.path.append(
GM_DIRECTORY
)
svndiff.py
41
GM_DIRECTORY
= os.path.realpath(
43
if
GM_DIRECTORY
not in sys.path:
44
sys.path.append(
GM_DIRECTORY
)
Completed in 56 milliseconds