Home
last modified time | relevance | path

Searched refs:get_file_contents (Results 1 – 4 of 4) sorted by relevance

/third_party/libdrm/tests/amdgpu/
Dras_tests.c500 static int get_file_contents(char *file, char *buf, int size);
514 if (get_file_contents(path, str, sizeof(str)) <= 0) in amdgpu_ras_lookup_id()
569 static int get_file_contents(char *file, char *buf, int size) in get_file_contents() function
640 if (get_file_contents(name, buf, sizeof(buf)) <= 0) in amdgpu_ras_query_err_count()
/third_party/cef/libcef_dll/ctocpp/
Ddrag_data_ctocpp.cc248 if (CEF_MEMBER_MISSING(_struct, get_file_contents)) in GetFileContents()
256 size_t _retval = _struct->get_file_contents( in GetFileContents()
/third_party/cef/include/capi/
Dcef_drag_data_capi.h142 size_t(CEF_CALLBACK* get_file_contents)(struct _cef_drag_data_t* self,
/third_party/cef/libcef_dll/cpptoc/
Ddrag_data_cpptoc.cc480 GetStruct()->get_file_contents = drag_data_get_file_contents; in CefDragDataCppToC()