Lines Matching defs:file
4 * you may not use this file except in compliance with the License.
218 HIVIEW_LOGE("create ffrt log file %{public}s failed, %{public}d", ffrtFile.c_str(), ffrtFd);
258 HIVIEW_LOGE("failed to create file=%{public}s, errno=%{public}d", historyFile.c_str(), errno);
302 HIVIEW_LOGE("create log file %{public}s failed, %{public}d", logFile.c_str(), fd);
459 FILE *file = popen("/system/bin/hidumper -s WindowManagerService -a -a", "r");
460 if (file == nullptr) {
470 while (getline(&buffer, &length, file) != -1) {
481 pclose(file);
482 file = nullptr;
560 HIVIEW_LOGI("Remove file? isRemove:%{public}d", isRemove);