Searched defs:File (Results 1 - 1 of 1) sorted by relevance

/build/tools/releasetools/
H A Dcommon.py366 """Return a File object (with name 'name') with the desired bootable
375 return File.FromLocalFile(name, prebuilt_path)
380 return File.FromLocalFile(name, prebuilt_path)
388 return File(name, data)
877 class File(object): class in inherits:object
889 return File(name, data)
1132 recovery_img and boot_img should be File objects for the

Completed in 5 milliseconds