Lines Matching refs:access
173 if (access((debugfsPath + "trace_marker").c_str(), F_OK) != -1) {
177 if (access((tracefsPath + "trace_marker").c_str(), F_OK) != -1) {
252 if (access((g_traceRootPath + filename).c_str(), W_OK) < 0) {
253 HILOG_ERROR(LOG_CORE, "WriteStrToFile: Failed to access %{public}s, errno(%{public}d).",
476 if (access(outputFile.c_str(), F_OK) != 0) {
478 HILOG_INFO(LOG_CORE, "CheckFileExist access file:%{public}s failed, errno: %{public}d.",
678 if (access(savedEventsFormatPath.c_str(), F_OK) != -1) {
742 if (access(srcPath.c_str(), R_OK) != -1) {
836 if (access(outPath.c_str(), F_OK) == 0) {
894 HILOG_INFO(LOG_CORE, "DumpTraceLoop access file:%{public}s failed, errno: %{public}d.",
957 if (access(iter->first.c_str(), F_OK) == 0) {
1122 if (access(reOutPath.c_str(), F_OK) != 0) {