Home
last modified time | relevance | path

Searched defs:links (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Ddevices.cpp355 std::vector<std::string> links; in GetBlockDeviceSymlinks() local
427 std::vector<std::string> links; in HandleUevent() local
Dfirst_stage_mount.cpp390 std::vector<std::string> links = device_handler_->GetBlockDeviceSymlinks(uevent); in HandleBlockDevice() local
/system/timezone/zone_compactor/main/java/
DZoneCompactor.java46 private Map<String,String> links = new HashMap<String,String>(); field in ZoneCompactor