OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gwt_dir
(Results
1 - 6
of
6
) sorted by null
/external/autotest/frontend/client/
generate-javadoc
3
GWTDIR=`$APPDIR/
gwt_dir
`;
AfeClient-shell
3
GWTDIR=`$APPDIR/
gwt_dir
`;
EmbeddedTkoClient-shell
3
GWTDIR=`$APPDIR/
gwt_dir
`;
TkoClient-shell
3
GWTDIR=`$APPDIR/
gwt_dir
`;
/external/autotest/utils/
compile_gwt_clients.py
17
'-cp "%(app_dir)s/src:%(app_dir)s/bin:%(
gwt_dir
)s/gwt-user.jar'
18
':%(
gwt_dir
)s/gwt-dev.jar" -Djava.awt.headless=true '
48
for
gwt_dir
in gwt_dirs:
49
if os.path.isdir(
gwt_dir
):
50
return
gwt_dir
102
java_args['
gwt_dir
'] = find_gwt_dir()
external_packages.py
776
gwt_dir
= os.path.join(install_dir, self.name)
779
if not os.path.exists(
gwt_dir
) or not os.path.exists(about_file):
[
all
...]
Completed in 134 milliseconds