Home
last modified time | relevance | path

Searched refs:tdb_open_cloexec (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Ddatabase-tdb.c67 static struct tdb_context *tdb_open_cloexec( in tdb_open_cloexec() function
109 if ((c = tdb_open_cloexec(path, 0, TDB_NOSYNC|TDB_NOLOCK, (for_write ? O_RDWR|O_CREAT : O_RDONLY), 0644))) in pa_database_open_internal()

Completed in 1 milliseconds