OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dot_path
(Results
1 - 3
of
3
) sorted by null
/external/autotest/utils/modelviz/
generate_schema_diagrams.py
36
dot_path
= project + '.dot'
37
dotfile = open(
dot_path
, 'w')
40
print 'Wrote',
dot_path
43
os.system('dot -Tpng -o %s %s' % (png_path,
dot_path
))
/frameworks/compile/mclinker/lib/Support/
Directory.cpp
26
const Path
dot_path
(".");
50
if (m_Path ==
dot_path
)
90
if (m_Path ==
dot_path
)
/external/jsoncpp/
doxybuild.py
103
'%
DOT_PATH
%': os.path.split(options.
dot_path
)[0],
150
parser.add_option('--dot', dest="
dot_path
", action='store', default=find_program('dot'),
Completed in 126 milliseconds