Loading cmds/lshal/ListCommand.h +1 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,7 @@ protected: // If an entry exist and not empty, it contains the cached content of /proc/{pid}/cmdline. std::map<pid_t, std::string> mCmdlines; private: DISALLOW_COPY_AND_ASSIGN(ListCommand); }; Loading Loading
cmds/lshal/ListCommand.h +1 −0 Original line number Diff line number Diff line Loading @@ -101,6 +101,7 @@ protected: // If an entry exist and not empty, it contains the cached content of /proc/{pid}/cmdline. std::map<pid_t, std::string> mCmdlines; private: DISALLOW_COPY_AND_ASSIGN(ListCommand); }; Loading