Home
last modified time | relevance | path

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

/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java285 int dataChmodErrno; in chmodIntepreter() local
288 dataChmodErrno = FileUtils.chmod(InterpreterUtils.getInterpreterRoot(mContext), 0755); in chmodIntepreter()
296 return dataChmodErrno == 0 && interpreterChmodSuccess; in chmodIntepreter()