Home
last modified time | relevance | path

Searched defs:file_obj (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/hosts/
Dhost_info.py433 def json_serialize(info, file_obj, version=_CURRENT_SERIALIZATION_VERSION): argument
451 def json_deserialize(file_obj): argument
/external/tpm2-tss/src/tss2-fapi/
Difapi_io.c510 NODE_OBJECT_T *file_obj = calloc(sizeof(NODE_OBJECT_T), 1); in dirfiles_all() local
/external/python/cpython3/Modules/
D_zoneinfo.c184 PyObject *file_obj = NULL; in zoneinfo_new_instance() local
344 PyObject *file_obj = NULL; in zoneinfo_from_file() local
836 load_data(PyZoneInfo_ZoneInfo *self, PyObject *file_obj) in load_data()
/external/boringssl/src/crypto/bio/
Dbio_test.cc663 ScopedFILE file_obj = file.Open("rb"); in TEST() local
/external/python/cpython2/Lib/
Dsubprocess.py1155 def register_and_append(file_obj, eventmask): argument