Home
last modified time | relevance | path

Searched defs:UnlinkDirectory (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/fml/platform/posix/
Dfile_posix.cc153 bool UnlinkDirectory(const char* path) { in UnlinkDirectory() function
157 bool UnlinkDirectory(const fml::UniqueFD& base_directory, const char* path) { in UnlinkDirectory() function
/third_party/flutter/engine/flutter/fml/platform/win/
Dfile_win.cc269 bool UnlinkDirectory(const char* path) { in UnlinkDirectory() function
278 bool UnlinkDirectory(const fml::UniqueFD& base_directory, const char* path) { in UnlinkDirectory() function