Home
last modified time | relevance | path

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

/system/core/libmodprobe/
Dlibmodprobe.cpp55 bool Modprobe::ParseDepCallback(const std::string& base_path, in ParseDepCallback() argument
63 prefix = base_path + "/"; in ParseDepCallback()
74 prefix = base_path + "/"; in ParseDepCallback()
318 for (const auto& base_path : base_paths) { in Modprobe() local
320 ParseCfg(base_path + "/modules.alias", alias_callback); in Modprobe()
322 auto dep_callback = std::bind(&Modprobe::ParseDepCallback, this, base_path, _1); in Modprobe()
323 ParseCfg(base_path + "/modules.dep", dep_callback); in Modprobe()
326 ParseCfg(base_path + "/modules.softdep", softdep_callback); in Modprobe()
329 ParseCfg(base_path + "/" + load_file, load_callback); in Modprobe()
332 ParseCfg(base_path + "/modules.options", options_callback); in Modprobe()
[all …]
/system/core/libmodprobe/include/modprobe/
Dmodprobe.h52 bool ParseDepCallback(const std::string& base_path, const std::vector<std::string>& args);
/system/core/fs_mgr/libfiemap/
Dfiemap_writer_test.cpp302 static string ReadSplitFiles(const std::string& base_path, size_t num_files) { in ReadSplitFiles() argument
305 std::string path = base_path + android::base::StringPrintf(".%04d", i); in ReadSplitFiles()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1672 std::string base_path; in MapPartitionWithSnapshot() local
1673 if (!CreateLogicalPartition(params, &base_path)) { in MapPartitionWithSnapshot()
1681 *path = base_path; in MapPartitionWithSnapshot()