Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dprocess.h47 inline void AddIntOption(const std::string& option, int value) { in AddIntOption() function
Dprocess_unittest.cc147 process_.AddIntOption("--answer", 42); in TEST_F()