Home
last modified time | relevance | path

Searched defs:deps (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.cc122 const std::map<std::string, std::vector<std::string>>& deps, in FilterDependencies()
144 const std::map<std::string, std::vector<std::string>>& deps, in WriteDepsToFile()
170 const auto deps = in LoadModuleDeps() local
397 const auto deps = LoadModuleDeps(module_base_dir + "/modules.dep"); in SplitRamdiskModules() local
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DEventReporter.java81 public void onDependencyStraggling(ArrayList<GceFuture<?>> deps) { in onDependencyStraggling()