Searched defs:chmod_ret (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Dutils.cpp824 const int chmod_ret = fchmod(fd, 0666); local
825 if (chmod_ret < 0) {
922 int chmod_ret = fchmod(fd, 0666); local
923 if (chmod_ret < 0) {

Completed in 14 milliseconds