OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutoInstaller
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
__init__.py
32
from webkitpy.common.system.autoinstall import
AutoInstaller
64
installer =
AutoInstaller
(append_to_search_path=True,
70
# a new
AutoInstaller
instance that does not append to the search path.
71
installer =
AutoInstaller
(target_dir=autoinstalled_dir)
84
installer =
AutoInstaller
(target_dir=irc_dir)
89
installer =
AutoInstaller
(target_dir=pywebsocket_dir)
/external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py
52
class
AutoInstaller
(object):
60
installer =
AutoInstaller
()
71
"""Create an
AutoInstaller
instance, and set up the target directory.
163
Creates a scratch directory inside the
AutoInstaller
temp
183
of this
AutoInstaller
instance. This method also creates the
436
target_name: The name of the folder or file in the
autoinstaller
506
installer =
AutoInstaller
(target_dir=target_dir,
Completed in 61 milliseconds