Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/test/tmpfile/posix/
DTmpFile.cpp48 throwErrnoError("Could not create tmp file with pattern \"" + string(path) + '"'); in mktmp()
51 throwErrnoError("Could not close tmp file \"" + string(path) + '"'); in mktmp()
/external/parameter-framework/upstream/test/tmpfile/
DTmpFile.hpp88 static void throwErrnoError(std::string context) in throwErrnoError() function in parameterFramework::utility::TmpFile
98 throwErrnoError("Could not delete tmpfile"); in remove()