Searched refs:kFileMode (Results 1 – 1 of 1) sorted by relevance
123 constexpr mode_t kFileMode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; variable188 if (fchmod(output_files.back()->Fd(), kFileMode) != 0) { in MoveOrEraseFiles()1607 if (chmod(path.c_str(), kFileMode) != 0) { in RefreshExistingArtifacts()