Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h221 extern int adb_chmod(const char *, int);
256 #define chmod adb_chmod
Dsysdeps_win32.cpp2423 int adb_chmod(const char* path, int mode) { in adb_chmod() function