Home
last modified time | relevance | path

Searched defs:file_obj (Results 1 – 6 of 6) 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.c179 PyObject *file_obj = NULL; in zoneinfo_new_instance() local
339 PyObject *file_obj = NULL; in zoneinfo_from_file() local
834 load_data(PyZoneInfo_ZoneInfo *self, PyObject *file_obj) in load_data()
/external/python/cpython2/Lib/
Dsubprocess.py1155 def register_and_append(file_obj, eventmask): argument
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1528 PyObject *file_obj; in FromFile() local
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py1260 def _add_open_file(self, file_obj): argument