OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:build_externals_path
(Results
1 - 5
of
5
) sorted by null
/external/autotest/site_utils/
brillo_recovery_test.py
16
build_externals_path
= os.path.join(
variable
19
subprocess.check_call([
build_externals_path
, 'chromiterepo'])
test_droid.py
29
build_externals_path
= os.path.join(
variable
32
subprocess.check_call([
build_externals_path
, 'chromiterepo', 'django'])
brillo_aue2e_test.py
18
build_externals_path
= os.path.join(
variable
21
subprocess.check_call([
build_externals_path
, 'chromiterepo'])
brillo_test_launcher.py
18
build_externals_path
= os.path.join(
variable
21
subprocess.check_call([
build_externals_path
, 'chromiterepo'])
generate_test_report
28
build_externals_path
= os.path.join(
variable
31
subprocess.check_call([
build_externals_path
, 'chromiterepo'])
Completed in 61 milliseconds