Home
last modified time | relevance | path

Searched refs:newdata (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/tools/
Dclean_header.py127 dst_path, newdata = cleanupFile(path,kernel_original_path) variable
128 print newdata
137 dst_path, newdata = cleanupFile(path,kernel_original_path) variable
142 r = b.editFile( dst_path, newdata )
Dupdate_all.py68 dst_path, newdata = clean_header.cleanupFile(path, original_dir) variable
73 r = b.editFile( dst_path, newdata )
Dutils.py272 def update_file( path, newdata ): argument
283 if oldata == newdata:
296 f.write( newdata )