Home
last modified time | relevance | path

Searched refs:project_client (Results 1 – 1 of 1) sorted by relevance

/external/autotest/utils/
Dcompile_gwt_clients.py56 def install_completed_client(compiled_dir, project_client): argument
64 tmp_client_dir = os.path.join(_TMP_COMPILE_DIR, project_client)
65 install_dir = os.path.join(_DEFAULT_INSTALL_DIR, project_client)
67 project_client + '.old')
91 def compile_and_install_client(project_client, extra_args='', argument
104 java_args['project_client'] = project_client
107 logging.info('Compiling client %s', project_client)
112 project_client)
115 logging.error('Error compiling %s, leaving old client', project_client)
127 project_client = '%s.%s' % (project, client)
[all …]