Searched refs:dst_path (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/kernel/tools/ |
D | clean_header.py | 50 dst_path = "arch-%s/asm/%s" % m.groups() 54 dst_path = "common/" + src_path 56 dst_path = os.path.normpath( kernel_cleaned_path + "/" + dst_path ) 80 return dst_path, out.get() 127 dst_path, newdata = cleanupFile(path,kernel_original_path) variable 137 dst_path, newdata = cleanupFile(path,kernel_original_path) variable 138 if not dst_path: 141 b.readFile( dst_path ) 142 r = b.editFile( dst_path, newdata ) 150 print "cleaning: %-*s -> %-*s (%s)" % ( 35, path, 35, dst_path, r )
|
D | update_all.py | 68 dst_path, newdata = clean_header.cleanupFile(path, original_dir) variable 69 if not dst_path: 72 b.readFile( dst_path ) 73 r = b.editFile( dst_path, newdata ) 81 …cleaning: %-*s -> %-*s (%s)" % ( 35, "<original>" + path[len(original_dir):], 35, dst_path, state )
|