OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:external_packages
(Results
1 - 4
of
4
) sorted by null
/external/autotest/site_utils/autoupdate/
import_common.py
11
from autotest_lib.utils import build_externals,
external_packages
18
@param package_class: autotest
external_packages
class to use.
25
tot =
external_packages
.find_top_of_autotest_tree()
test_image.py
12
from autotest_lib.utils import
external_packages
16
external_packages
.DevServerRepo())
full_release_test.py
23
from autotest_lib.utils import
external_packages
32
external_packages
.ChromiteRepo())
/external/autotest/utils/
build_externals.py
24
from autotest_lib.utils import
external_packages
40
# definitions at the end of
external_packages
.py for examples of how to do it.
60
top_of_tree =
external_packages
.find_top_of_autotest_tree()
89
external_packages
.system("chmod -R a+rX '%s'" % install_dir)
133
for package_class in
external_packages
.ExternalPackage.subclasses:
Completed in 469 milliseconds