Home
last modified time | relevance | path

Searched refs:base_path (Results 1 – 6 of 6) 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/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dextractor.cpp38 Extractor::Extractor(const std::string& base_path, const std::string& cow_path) in Extractor() argument
39 : base_path_(base_path), cow_path_(cow_path), control_name_("test") {} in Extractor()
Dextractor.h31 Extractor(const std::string& base_path, const std::string& cow_path);
/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.cpp337 static string ReadSplitFiles(const std::string& base_path, size_t num_files) { in ReadSplitFiles() argument
340 std::string path = base_path + android::base::StringPrintf(".%04d", i); in ReadSplitFiles()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2444 std::string base_path; in MapPartitionWithSnapshot() local
2445 if (!CreateLogicalPartition(params, &base_path)) { in MapPartitionWithSnapshot()
2453 paths->target_device = base_path; in MapPartitionWithSnapshot()
2462 if (!WaitForDevice(base_path, remaining_time)) { in MapPartitionWithSnapshot()
2519 source_device_path = base_path; in MapPartitionWithSnapshot()
2538 if (!MapDmUserCow(lock, name, cow_path, source_device_path, base_path, remaining_time, in MapPartitionWithSnapshot()