Home
last modified time | relevance | path

Searched refs:sysfs_path (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/fs_mgr/
H A Dblockdev.cpp142 const std::string sysfs_path = in ConfigureQueueDepth() local
144 unique_fd sysfs_fd(open(sysfs_path.c_str(), O_RDWR | O_CLOEXEC)); in ConfigureQueueDepth()
146 return ErrnoError() << "Failed to open " << sysfs_path; in ConfigureQueueDepth()
151 return ErrnoError() << "Failed to write to " << sysfs_path; in ConfigureQueueDepth()
H A Dfs_mgr_fstab.cpp302 entry->sysfs_path = arg; in ParseFsMgrFlags()
/aosp14/system/core/fs_mgr/libfiemap/
H A Dutility.cpp133 std::string sysfs_path = ::android::base::StringPrintf("/sys/dev/block/%u:%u", major, minor); in BlockDeviceToName() local
136 if (!::android::base::Readlink(sysfs_path, &sysfs_bdev)) { in BlockDeviceToName()
137 PLOG(ERROR) << "Failed to read link at: " << sysfs_path; in BlockDeviceToName()
/aosp14/system/core/fs_mgr/fuzz/
H A Dfstab.dict69 "sysfs_path="
/aosp14/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h54 std::string sysfs_path; member
/aosp14/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp513 EXPECT_EQ("", entry->sysfs_path); in TEST()
535 EXPECT_EQ("", entry->sysfs_path); in TEST()
989 EXPECT_EQ("/sys/device", entry->sysfs_path); in TEST()