Home
last modified time | relevance | path

Searched refs:dst_path (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/tools/
Dclean_header.py50 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 )
83 return dst_path, out.get()
130 dst_path, newdata = cleanupFile(path,kernel_original_path) variable
140 dst_path, newdata = cleanupFile(path,kernel_original_path) variable
141 if not dst_path:
144 b.readFile( dst_path )
145 r = b.editFile( dst_path, newdata )
153 print "cleaning: %-*s -> %-*s (%s)" % ( 35, path, 35, dst_path, r )
Dupdate_all.py63 dst_path, newdata = clean_header.cleanupFile(path, original_dir) variable
64 if not dst_path:
67 b.readFile( dst_path )
68 r = b.editFile( dst_path, newdata )
76 …cleaning: %-*s -> %-*s (%s)" % ( 35, "<original>" + path[len(original_dir):], 35, dst_path, state )