Lines Matching refs:open
2 * Copyright 2008, The Android Open Source Project
194 ALOGW("Could not open %s: %s", MODULE_FILE, strerror(errno));
291 destfd = TEMP_FAILURE_RETRY(open(SUPP_ENTROPY_FILE, O_CREAT|O_RDWR, 0660));
304 /* chmod is needed because open() didn't set permisions properly */
337 srcfd = TEMP_FAILURE_RETRY(open(config_file, O_RDONLY));
339 ALOGE("Cannot open \"%s\": %s", config_file, strerror(errno));
384 destfd = TEMP_FAILURE_RETRY(open(config_file, O_RDWR, 0660));
427 srcfd = TEMP_FAILURE_RETRY(open(SUPP_CONFIG_TEMPLATE, O_RDONLY));
429 ALOGE("Cannot open \"%s\": %s", SUPP_CONFIG_TEMPLATE, strerror(errno));
433 destfd = TEMP_FAILURE_RETRY(open(config_file, O_CREAT|O_RDWR, 0660));
454 /* chmod is needed because open() didn't set permisions properly */
606 ALOGE("Unable to open connection to supplicant on \"%s\": %s",
832 fd = TEMP_FAILURE_RETRY(open(WIFI_DRIVER_FW_PATH_PARAM, O_WRONLY));
834 ALOGE("Failed to open wlan fw path param (%s)", strerror(errno));