OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ORIG_NAMES
(Results
1 - 2
of
2
) sorted by null
/external/autotest/frontend/migrations/
044_rename_afe_tables.py
5
ORIG_NAMES
= (
27
RENAMES_UP = dict((name, 'afe_' + name) for name in
ORIG_NAMES
)
/external/autotest/tko/migrations/
031_rename_tko_tables.py
339
ORIG_NAMES
= (
356
RENAMES_UP = dict((name, 'tko_' + name) for name in
ORIG_NAMES
)
Completed in 82 milliseconds