Searched refs:from_prefix (Results 1 – 1 of 1) sorted by relevance
/littlefs-3.7.0-3.6.0/scripts/ |
D | changeprefix.py | 37 def changeprefix(from_prefix, to_prefix, line): argument 39 '\\b'+from_prefix, 43 '\\b'+from_prefix.upper(), 47 '\\B-D'+from_prefix.upper(), 52 def changefile(from_prefix, to_prefix, from_path, to_path, *, argument 68 line, n = changeprefix(from_prefix, to_prefix, line) 85 def main(from_prefix, to_prefix, paths=[], *, argument 112 changeprefix(from_prefix, to_prefix, 116 changefile(from_prefix, to_prefix, from_path, to_path,
|