OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_link
(Results
1 - 3
of
3
) sorted by null
/external/toolchain-utils/binary_search_tool/cros_pkg/
create_cleanup_script.py
64
'--
old_link
',
65
dest='
old_link
',
70
if options.
old_link
or options.renamed_tree:
73
'--renamed_tree or --
old_link
')
75
if options.
old_link
and options.renamed_tree:
76
Usage(parser, '--
old_link
and --renamed_tree are incompatible options.')
79
if not options.
old_link
and not options.renamed_tree:
81
'--
old_link
or --renamed_tree')
98
original_link = options.
old_link
setup.sh
118
--
old_link
="'${build_tree_link}'"
/external/python/cpython2/Lib/distutils/tests/
test_file_util.py
105
old_link
= os.link
110
os.link =
old_link
Completed in 367 milliseconds