Ejemplo n.º 1
0
 public int open(String s, int t) {
   if (s != null && !s.startsWith("/")) {
     s = DEVICE_DIR_PATH + s;
   }
   return m_Clib.open(s, t);
 }