OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:install_script
(Results
1 - 13
of
13
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_wininst.py
75
self.
install_script
= None
107
if self.
install_script
:
109
if self.
install_script
== os.path.basename(script):
113
"
install_script
'%s' not found in scripts" % \
114
self.
install_script
229
if self.
install_script
:
230
lines.append("
install_script
=%s" % self.
install_script
)
bdist_msi.py
135
self.
install_script
= None
164
if self.
install_script
:
166
if self.
install_script
== os.path.basename(script):
170
"
install_script
'%s' not found in scripts" % \
171
self.
install_script
309
if file==self.
install_script
:
376
if self.
install_script
:
379
install_action = "
install_script
." + ver
[
all
...]
bdist_rpm.py
163
self.
install_script
= None
247
self.ensure_filename('
install_script
')
509
('install', '
install_script
', install_cmd),
/external/python/cpython2/Lib/distutils/command/
bdist_wininst.py
75
self.
install_script
= None
111
if self.
install_script
:
113
if self.
install_script
== os.path.basename(script):
117
"
install_script
'%s' not found in scripts" % \
118
self.
install_script
233
if self.
install_script
:
234
lines.append("
install_script
=%s" % self.
install_script
)
bdist_msi.py
135
self.
install_script
= None
168
if self.
install_script
:
170
if self.
install_script
== os.path.basename(script):
174
"
install_script
'%s' not found in scripts" % \
175
self.
install_script
313
if file==self.
install_script
:
380
if self.
install_script
:
383
install_action = "
install_script
." + ver
[
all
...]
bdist_rpm.py
164
self.
install_script
= None
248
self.ensure_filename('
install_script
')
522
('install', '
install_script
', install_cmd),
/external/python/cpython3/Lib/distutils/command/
bdist_wininst.py
69
self.
install_script
= None
103
if self.
install_script
:
105
if self.
install_script
== os.path.basename(script):
109
"
install_script
'%s' not found in scripts"
110
% self.
install_script
)
220
if self.
install_script
:
221
lines.append("
install_script
=%s" % self.
install_script
)
bdist_msi.py
134
self.
install_script
= None
168
if self.
install_script
:
170
if self.
install_script
== os.path.basename(script):
174
"
install_script
'%s' not found in scripts"
175
% self.
install_script
)
311
if file==self.
install_script
:
378
if self.
install_script
:
381
install_action = "
install_script
." + ver
[
all
...]
bdist_rpm.py
159
self.
install_script
= None
237
self.ensure_filename('
install_script
')
522
('install', '
install_script
', install_cmd),
/external/python/setuptools/setuptools/command/
develop.py
188
self.
install_script
(dist, script_name, script_text, script_path)
easy_install.py
598
self.
install_script
(
797
def
install_script
(self, dist, script_name, script_text, dev_path=None):
member in class:easy_install
[
all
...]
/external/python/cpython2/PC/bdist_wininst/
install.c
133
char
install_script
[MAX_PATH];
variable
[
all
...]
/external/python/cpython3/PC/bdist_wininst/
install.c
133
char
install_script
[MAX_PATH];
variable
[
all
...]
Completed in 271 milliseconds