Home
last modified time | relevance | path

Searched refs:RemovingFile (Results 1 – 1 of 1) sorted by relevance

/haiku/src/bin/
H A Dtranslate.cpp45 class RemovingFile : public BFile { class
47 RemovingFile(const char *path);
48 ~RemovingFile();
179 RemovingFile::RemovingFile(const char *path) in RemovingFile() function in RemovingFile
186 RemovingFile::~RemovingFile() in ~RemovingFile()
193 RemovingFile::Keep() in Keep()
246 RemovingFile output(fOutputPath.Path()); in Translate()