Home
last modified time | relevance | path

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

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