Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/sysfs/
H A Dfile.rs251 let bin_support = attr.support_battr(); in add_bin_file_with_mode() localVariable
253 if bin_support.contains(SysFSOpsSupport::BATTR_READ) in add_bin_file_with_mode()
254 && bin_support.contains(SysFSOpsSupport::BATTR_WRITE) in add_bin_file_with_mode()
257 } else if bin_support.contains(SysFSOpsSupport::BATTR_READ) { in add_bin_file_with_mode()
259 } else if bin_support.contains(SysFSOpsSupport::BATTR_WRITE) { in add_bin_file_with_mode()