Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Dtranslate.cpp72 BPath fInputPath, fOutputPath; member in Translator
205 fInputPath(inPath), in Translator()
222 status_t status = input.SetTo(fInputPath.Path(), B_READ_ONLY); in Translate()
225 gProgramName, fInputPath.Path(), strerror(status)); in Translate()
238 gProgramName, fInputPath.Path(), strerror(status)); in Translate()