HomeSort by relevance Sort by last modified time
    Searched refs:mempath (Results 1 - 5 of 5) sorted by null

  /device/google/cuttlefish_common/host/commands/ivserver/
main.cpp 48 ivserver::IVServerOptions(config->mempath(),
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 150 std::string mempath() const;
151 void set_mempath(const std::string& mempath);
cuttlefish_config.cpp 110 const char* kMempath = "mempath";
394 std::string CuttlefishConfig::mempath() const { function in class:vsoc::CuttlefishConfig
397 void CuttlefishConfig::set_mempath(const std::string& mempath) {
398 SetPath(kMempath, mempath);
  /device/google/cuttlefish_common/host/commands/launch/
launch.cc 120 config.mempath(),
flags.cc 77 DEFINE_string(mempath, g_default_mempath.c_str(),

Completed in 95 milliseconds