Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/sysfs/
H A Dmod.rs198 const BATTR_WRITE = 1 << 3; constant
H A Dfile.rs254 && bin_support.contains(SysFSOpsSupport::BATTR_WRITE) in add_bin_file_with_mode()
259 } else if bin_support.contains(SysFSOpsSupport::BATTR_WRITE) { in add_bin_file_with_mode()