HomeSort by relevance Sort by last modified time
    Searched full:open_files_ (Results 1 - 1 of 1) sorted by null

  /external/libbrillo/brillo/
process_information.h 37 open_files_.clear();
38 open_files_.swap(*value);
41 const std::set<std::string>& get_open_files() { return open_files_; }
58 std::set<std::string> open_files_; member in class:brillo::ProcessInformation

Completed in 181 milliseconds