Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.cc143 const std::map<std::string, std::vector<std::string>>& deps, in FilterDependencies()
162 const std::map<std::string, std::vector<std::string>>& deps, in FilterOutDependencies()
183 const std::map<std::string, std::vector<std::string>>& deps, in UpdateGKIModulePaths()
206 const std::map<std::string, std::vector<std::string>>& deps, in WriteDepsToFile()
232 auto deps = android::base::Tokenize(line.substr(mod_name.size() + 1), " "); in LoadModuleDeps() local
450 const auto deps = LoadModuleDeps(module_base_dir + "/modules.dep"); in SplitRamdiskModules() local
/device/google/cuttlefish/host/libs/config/
Dfeature.h176 std::unordered_set<SetupFeature*> deps; in SetupFeatureDeps() local
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DEventReporter.java81 public void onDependencyStraggling(List<GceFuture<?>> deps) { in onDependencyStraggling()