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

/build/make/tools/releasetools/
H A Dcommon.py541 """Return a File object with the desired bootable image.
550 return File.FromLocalFile(name, prebuilt_path)
555 return File.FromLocalFile(name, prebuilt_path)
574 return File(name, data)
1368 class File(object): class in inherits:object
1381 return File(name, data)
1846 recovery_img: File object for the recovery image.
1847 boot_img: File objects for the boot image.
/build/tools/releasetools/
H A Dcommon.py541 """Return a File object with the desired bootable image.
550 return File.FromLocalFile(name, prebuilt_path)
555 return File.FromLocalFile(name, prebuilt_path)
574 return File(name, data)
1368 class File(object): class in inherits:object
1381 return File(name, data)
1846 recovery_img: File object for the recovery image.
1847 boot_img: File objects for the boot image.

Completed in 39 milliseconds