Home
last modified time | relevance | path

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

/frameworks/native/cmds/cmd/
Dcmd.cpp64 TextOutput& mErrorLog; member in MyShellCallback
67 MyShellCallback(TextOutput& errorLog) : mErrorLog(errorLog) {} in MyShellCallback()
77 mErrorLog << "Open attempt after active for: " << fullPath << endl; in openFile()
99 mErrorLog << "Invalid mode requested: " << mode.string() << endl; in openFile()
122mErrorLog << "System server has no access to write file context " << context.get() << " (from path… in openFile()
134mErrorLog << "System server has no access to read file context " << context.get() << " (from path … in openFile()