I am having trouble in creating named pipe in Android and the example below illustrates my dilemma:
res = mkfifo(\"/sdcard/fifo9000\", S_IRWXO); if (res != 0
there's also /sqlite_stmt_journals (we use it for testing, I don't know how long this directory will survive OS updates)
/sqlite_stmt_journals
If you need IPC, the best practices are to use the Binders
If you only need inter-thread communication, you can use unnamed pipes through JNI (this works fine)