Home
last modified time | relevance | path

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

/system/core/adb/
Dfile_sync_service.h27 #define ID_LSTAT_V2 MKID('L','S','T','2') macro
Dfile_sync_service.cpp444 case ID_LSTAT_V2: in sync_id_to_name()
491 case ID_LSTAT_V2: in handle_sync_command()
Dfile_sync_client.cpp311 return SendRequest(ID_LSTAT_V2, path_and_mode); in SendLstat()
326 if (msg.stat_v2.id != ID_LSTAT_V2 && msg.stat_v2.id != ID_STAT_V2) { in FinishStat()