HomeSort by relevance Sort by last modified time
    Searched defs:ProcessInformation (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/
process_information.cc 9 ProcessInformation::ProcessInformation() : cmd_line_(), process_id_(-1) {
11 ProcessInformation::~ProcessInformation() {
14 std::string ProcessInformation::GetCommandLine() {
process_information.h 18 class BRILLO_EXPORT ProcessInformation {
20 ProcessInformation();
21 virtual ~ProcessInformation();

Completed in 54 milliseconds