Home
last modified time | relevance | path

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

/device/google/contexthub/contexthubhal/
Dnanohubhal.cpp44 #define NANOHUB_LOCK_DIR_PERMS (S_IRUSR | S_IWUSR | S_IXUSR) macro
116 mkdir(NANOHUB_LOCK_DIR, NANOHUB_LOCK_DIR_PERMS); in init_inotify()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp60 #define NANOHUB_LOCK_DIR_PERMS (S_IRUSR | S_IWUSR | S_IXUSR) macro
1788 if (mkdir(NANOHUB_LOCK_DIR, NANOHUB_LOCK_DIR_PERMS) < 0 && errno != EEXIST) { in initNanohubLock()