Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h336 extern int adb_utime(const char *, struct utimbuf *);
374 #define utime adb_utime
Dsysdeps_win32.cpp2410 int adb_utime(const char* path, struct utimbuf* u) { in adb_utime() function