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

/haiku/src/kits/print/
H A DBeUtils.cpp58 status_t TestForAddonExistence(const char* name, directory_which which, const char* section, BPath& outPath) argument
62 if ((err=find_directory(which, &outPath)) == B_OK &&
63 (err=outPath.Append(section)) == B_OK &&
64 (err=outPath.Append(name)) == B_OK)
67 err = stat(outPath.Path(), &buf);
/haiku/headers/private/print/
H A DBeUtils.h51 const char* section, BPath& outPath);
/haiku/src/bin/
H A Dtranslate.cpp58 Translator(const char *inPath, const char *outPath, uint32 outFormat);
92 status_t Translate(const char *inPath, const char *outPath, uint32 type);
202 Translator::Translator(const char *inPath, const char *outPath, uint32 outputFormat) argument
206 fOutputPath(outPath),

Completed in 90 milliseconds