Searched defs:unlink (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/unix_file/
H A Dfd_file.cc363 unlink(file_path_.c_str());
369 bool FdFile::Erase(bool unlink) { argument
373 if (unlink) {

Completed in 50 milliseconds