Searched refs:logcrashFileProp (Results 1 – 1 of 1) sorted by relevance
726 const int32_t logcrashFileProp = 0644; // 0640:-rw-r--r-- in CreateFileForCrash() local734 int32_t fd = OHOS_TEMP_FAILURE_RETRY(open(logPath.c_str(), O_RDWR | O_CREAT, logcrashFileProp)); in CreateFileForCrash()