Home
last modified time | relevance | path

Searched defs:loadfile (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/
H A Dclientsecrets.py129 def loadfile(filename, cache=None): function
/aosp_15_r20/external/python/oauth2client/oauth2client/
Dclientsecrets.py130 def loadfile(filename, cache=None): function
/aosp_15_r20/external/bcc/src/lua/src/
H A Dsquish.lua289 function loadfile(fn) function
/aosp_15_r20/external/curl/tests/libtest/
H A Dlib678.c30 static int loadfile(const char *filename, void **filedata, size_t *filesize) in loadfile() function
/aosp_15_r20/external/python/cpython2/Demo/turtle/
DturtleDemo.py201 def loadfile(self,filename): member in DemoWindow
/aosp_15_r20/external/python/cpython3/Lib/turtledemo/
D__main__.py333 def loadfile(self, filename): member in DemoWindow
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Diomenu.py123 def loadfile(self, filename): member in IOBinding
/aosp_15_r20/external/coreboot/util/bincfg/
H A Dbincfg.y423 static unsigned int loadfile (FILE* fp, char *file, char *filetype, in loadfile() function
/aosp_15_r20/external/libpcap/rpcapd/
H A Drpcapd.c85 char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configuration variable
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DIOBinding.py246 def loadfile(self, filename): member in IOBinding