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

  /system/core/init/
init_first_stage.cpp 169 const std::string dm_path = "/devices/virtual/misc/device-mapper"; local
171 auto dm_callback = [this, &dm_path, &found](const Uevent& uevent) {
172 if (uevent.path == dm_path) {
179 uevent_listener_.RegenerateUeventsForPath("/sys" + dm_path, dm_callback);
  /frameworks/native/cmds/installd/tests/
installd_dexopt_test.cpp 342 const char* dm_path = nullptr,
349 dm_path,
361 const char* dm_path = nullptr,
368 dm_path,
379 const char* dm_path,
391 if (dm_path != nullptr) {
392 dm_path_ptr.reset(new std::string(dm_path));
    [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 1973 const char* dm_path = getCStr(dexMetadataPath); local
    [all...]

Completed in 130 milliseconds