Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/
H A Dsysdeps.h253 extern int adb_chmod(const char *, int);
288 #define chmod adb_chmod
H A Dsysdeps_win32.cpp2588 int adb_chmod(const char* path, int mode) { in adb_chmod() function