Home
last modified time | relevance | path

Searched refs:CHRE_APP_FILE_PERMS (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/contexthubhal/
Dsystem_comms.cpp45 #define CHRE_APP_FILE_PERMS (S_IRUSR | S_IWUSR) macro
1112 int fd = open(file, O_CREAT | O_WRONLY | O_TRUNC, CHRE_APP_FILE_PERMS); in writeApp()