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

/external/webkit/Tools/TestResultServer/handlers/
H A Dtestfilehandler.py50 class DeleteFile(webapp.RequestHandler): class in inherits:webapp.RequestHandler
/external/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc150 bool UnixFilesystem::DeleteFile(const Pathname &filename) { function in class:talk_base::UnixFilesystem
233 if (!DeleteFile(old_path))
H A Dwin32filesystem.cc198 bool Win32Filesystem::DeleteFile(const Pathname &filename) { function in class:talk_base::Win32Filesystem
204 return ::DeleteFile(ToUtf16(filename.pathname()).c_str()) != 0;
H A Dfileutils.h136 virtual bool DeleteFile(const Pathname &filename) = 0;
145 // call DeleteFolderAndContents and DeleteFile on every path contained in this
162 return DeleteFile(path);
318 static bool DeleteFile(const Pathname &filename) { function in class:talk_base::Filesystem
319 return EnsureDefaultFilesystem()->DeleteFile(filename);
/external/chromium/chrome/common/extensions/
H A Dextension_file_util.cc618 void DeleteFile(const FilePath& path, bool recursive) { function in namespace:extension_file_util

Completed in 96 milliseconds