Home
last modified time | relevance | path

Searched refs:base_path (Results 1 – 4 of 4) sorted by relevance

/system/core/libmodprobe/
Dlibmodprobe.cpp57 bool Modprobe::ParseDepCallback(const std::string& base_path, in ParseDepCallback() argument
65 prefix = base_path + "/"; in ParseDepCallback()
77 prefix = base_path + "/"; in ParseDepCallback()
323 for (const auto& base_path : base_paths) { in Modprobe() local
325 ParseCfg(base_path + "/modules.alias", alias_callback); in Modprobe()
327 auto dep_callback = std::bind(&Modprobe::ParseDepCallback, this, base_path, _1); in Modprobe()
328 ParseCfg(base_path + "/modules.dep", dep_callback); in Modprobe()
331 ParseCfg(base_path + "/modules.softdep", softdep_callback); in Modprobe()
334 ParseCfg(base_path + "/" + load_file, load_callback); in Modprobe()
337 ParseCfg(base_path + "/modules.options", options_callback); in Modprobe()
[all …]
/system/core/libmodprobe/include/modprobe/
Dmodprobe.h57 bool ParseDepCallback(const std::string& base_path, const std::vector<std::string>& args);
/system/core/fs_mgr/libfiemap/
Dfiemap_writer_test.cpp336 static string ReadSplitFiles(const std::string& base_path, size_t num_files) { in ReadSplitFiles() argument
339 std::string path = base_path + android::base::StringPrintf(".%04d", i); in ReadSplitFiles()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2391 std::string base_path; in MapPartitionWithSnapshot() local
2392 if (!CreateLogicalPartition(params, &base_path)) { in MapPartitionWithSnapshot()
2400 paths->target_device = base_path; in MapPartitionWithSnapshot()
2409 if (!WaitForDevice(base_path, remaining_time)) { in MapPartitionWithSnapshot()
2466 source_device_path = base_path; in MapPartitionWithSnapshot()
2485 if (!MapDmUserCow(lock, name, cow_path, source_device_path, base_path, remaining_time, in MapPartitionWithSnapshot()