Searched defs:temp_filename (Results 1 - 1 of 1) sorted by relevance

/system/bt/osi/src/
H A Dconfig.cc310 char* temp_filename = static_cast<char*>(osi_calloc(temp_filename_len)); local
311 snprintf(temp_filename, temp_filename_len, "%s%s", filename, temp_file_ext);
329 fp = fopen(temp_filename, "wt");
332 temp_filename, strerror(errno));
341 temp_filename, strerror(errno));
350 temp_filename, strerror(errno));
359 temp_filename, strerror(errno));
369 temp_filename, strerror(errno));
374 temp_filename, strerror(errno));
380 if (chmod(temp_filename, S_IRUS
[all...]

Completed in 114 milliseconds