Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfile_sync_client.cpp993 static bool sync_lstat(SyncConnection& sc, const std::string& path, struct stat* st) { in sync_lstat() function
1007 bool lstat_result = sync_lstat(sc, path, st); in sync_stat_fallback()
1021 if (sync_lstat(sc, dir_path, &tmp_st)) { in sync_stat_fallback()
1035 if (sync_lstat(sc, rpath, &st)) { in sync_send()