Home
last modified time | relevance | path

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

/DragonOS/user/apps/test-chown/src/
H A Dmain.rs41 fn test_chown(filename: &str, new_uid: uid_t, new_gid: gid_t) -> Result<(), Error> { in test_chown() function
103 test_chown(filename, new_uid, new_gid)?; in main()