Searched refs:actual_mode (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dutils.cpp1023 mode_t actual_mode = st.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO | S_ISGID); local
1029 } else if (st.st_gid == gid && actual_mode == target_mode) {

Completed in 2563 milliseconds