Searched refs:cef_delete_file (Results 1 – 4 of 4) sorted by relevance
105 CEF_EXPORT int cef_delete_file(const cef_string_t* path, int recursive);
535 cef_delete_file_ptr cef_delete_file; member753 INIT_ENTRY(cef_delete_file); in libcef_init_pointers()1048 int cef_delete_file(const cef_string_t* path, int recursive) { in cef_delete_file() function1049 return g_libcef_pointers.cef_delete_file(path, recursive); in cef_delete_file()
272 int _retval = cef_delete_file(path.GetStruct(), recursive); in CefDeleteFile()
285 CEF_EXPORT int cef_delete_file(const cef_string_t* path, int recursive) { in cef_delete_file() function