Searched refs:get_file_contents (Results 1 – 4 of 4) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
D | ras_tests.c | 500 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/ |
D | drag_data_ctocpp.cc | 248 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/ |
D | cef_drag_data_capi.h | 142 size_t(CEF_CALLBACK* get_file_contents)(struct _cef_drag_data_t* self,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | drag_data_cpptoc.cc | 480 GetStruct()->get_file_contents = drag_data_get_file_contents; in CefDragDataCppToC()
|