Searched refs:fOutputFilePath (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/
H A Dxres.cpp379 fOutputFilePath(kDefaultOutputFile),
395 fOutputFilePath = path;
485 id.id, fOutputFilePath.c_str(), strerror(error));
497 "file \"%s\": %s\n", fOutputFilePath.c_str(),
515 status_t error = file.SetTo(fOutputFilePath.c_str(),
519 fOutputFilePath.c_str(), strerror(error));
528 "file \"%s\": %s\n", fOutputFilePath.c_str(), strerror(error));
535 string fOutputFilePath; member in struct:WriteFileState

Completed in 29 milliseconds