HomeSort by relevance Sort by last modified time
    Searched refs:loadfile (Results 1 - 25 of 46) sorted by null

1 2

  /external/syslinux/com32/lib/syslinux/
initramfs_archive.c 35 #include <syslinux/loadfile.h>
43 if (loadfile(filename, &data, &len))
initramfs_loadfile.c 35 #include <syslinux/loadfile.h>
43 if (loadfile(src_filename, &data, &len))
loadfile.c 29 * loadfile.c
42 #include <syslinux/loadfile.h>
46 int loadfile(const char *filename, void **ptr, size_t * len) function
setup_data.c 3 #include <syslinux/loadfile.h>
43 if (loadfile(filename, &data, &len))
zloadfile.c 42 #include <syslinux/loadfile.h>
floadfile.c 41 #include <syslinux/loadfile.h>
  /external/syslinux/com32/include/syslinux/
loadfile.h 7 /* loadfile() returns the true size of the file, but will guarantee valid,
11 int loadfile(const char *, void **, size_t *);
  /external/syslinux/com32/modules/
kbdmap.c 16 #include <syslinux/loadfile.h>
40 if (loadfile(argv[1], &kbdmap, &map_size)) {
hexdump.c 8 #include <syslinux/loadfile.h>
90 if (loadfile(filename, &file_data, &file_sz)) {
pmload.c 49 #include <syslinux/loadfile.h>
208 if (loadfile(argv[1], &data, &data_len)) {
linux.c 47 #include <syslinux/loadfile.h>
308 if (loadfile(kernel_name, &kernel_data, &kernel_len)) {
prdhcp.c 32 #include <syslinux/loadfile.h>
sdi.c 33 #include <syslinux/loadfile.h>
  /external/autotest/client/tests/dbench/
dbench.py 29 loadfile = os.path.join(self.srcdir, 'client.txt')
31 dir, loadfile, seconds)
  /external/syslinux/com32/elflink/ldlinux/
kernel.c 7 #include <syslinux/loadfile.h>
65 if (loadfile(kernel_name, &kernel_data, &kernel_len)) {
  /external/syslinux/com32/gdbstub/
main.c 6 #include <syslinux/loadfile.h>
133 if (loadfile(argv[1], &data, &data_len)) {
  /external/syslinux/com32/mboot/
mboot.h 51 #include <syslinux/loadfile.h>
  /external/syslinux/com32/cmenu/libmenu/
help.c 17 #include <syslinux/loadfile.h> // to read entire file into memory
119 rv = loadfile(filename, (void **)&buf.vbuf, &size); // load entire file into memory
  /external/python/cpython2/Demo/turtle/
turtleDemo.py 98 self.loadfile(filename)
164 self.loadfile(x)
201 def loadfile(self,filename): member in class:DemoWindow
  /external/python/cpython3/Lib/turtledemo/
__main__.py 192 self.loadfile(filename)
283 self.loadfile(entry)
317 def loadfile(self, filename): member in class:DemoWindow
  /external/syslinux/com32/lua/src/
syslinux.c 40 #include "syslinux/loadfile.h"
223 if (loadfile(kernel, &kernel_data, &kernel_len))
292 if (loadfile(filename, &file_data, &file_len)) {
466 {"loadfile", sl_loadfile},
  /external/v8/tools/gcmole/
gccause.lua 35 assert(loadfile "gccauses")()
  /external/python/cpython2/Lib/idlelib/
IOBinding.py 4 # - IOBinding.loadfile() interprets Windows, UNIX, and Macintosh
211 # pass self.loadfile to flist.open so it will load the file
218 flist.open(filename, self.loadfile)
237 self.loadfile(filename)
246 def loadfile(self, filename): member in class:IOBinding
  /external/python/cpython3/Lib/idlelib/
iomenu.py 182 # pass self.loadfile to flist.open so it will load the file
189 flist.open(filename, self.loadfile)
208 self.loadfile(filename)
217 def loadfile(self, filename): member in class:IOBinding
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
IOBinding.py 4 # - IOBinding.loadfile() interprets Windows, UNIX, and Macintosh
212 # pass self.loadfile to flist.open so it will load the file
219 flist.open(filename, self.loadfile)
238 self.loadfile(filename)
247 def loadfile(self, filename): member in class:IOBinding

Completed in 309 milliseconds

1 2