Searched refs:CHOWN_RW_UG (Results 1 – 4 of 4) sorted by relevance
71 const mode_t CHOWN_RW_UG = 0660; in CreateFileFS() local72 if (chmod(filePath.c_str(), CHOWN_RW_UG) == 0) { in CreateFileFS()
40 const mode_t CHOWN_RW_UG = 0660; variable119 if (chmod(writeFilePath.c_str(), CHOWN_RW_UG) != 0) { in WriteFile()301 if (chmod(astcFilePath.c_str(), CHOWN_RW_UG) != 0) { in ConvertToAstcAndWriteToFile()
253 const mode_t CHOWN_RW_UG = 0660; in CreateFileFS() local254 if (chmod(filePath.c_str(), CHOWN_RW_UG) == 0) { in CreateFileFS()
31 const mode_t CHOWN_RW_UG = 0660; variable391 if (chmod(localPath.c_str(), CHOWN_RW_UG) != 0) { in WriteLocalFile()