Searched refs:directoryname (Results 1 – 1 of 1) sorted by relevance
/system/bt/osi/src/ |
D | config.c | 303 const char *directoryname = dirname(temp_dirname); in config_save() local 304 if (!directoryname) { in config_save() 309 dir_fd = open(directoryname, O_RDONLY); in config_save() 311 LOG_ERROR(LOG_TAG, "%s unable to open dir '%s': %s", __func__, directoryname, strerror(errno)); in config_save() 370 LOG_WARN(LOG_TAG, "%s unable to fsync dir '%s': %s", __func__, directoryname, strerror(errno)); in config_save() 374 LOG_ERROR(LOG_TAG, "%s unable to close dir '%s': %s", __func__, directoryname, strerror(errno)); in config_save()
|