Home
last modified time | relevance | path

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

/system/core/adb/client/
Dfile_sync_client.cpp818 std::string stat_path = lpath + de->d_name; in local_build_list() local
821 if (lstat(stat_path.c_str(), &st) == -1) { in local_build_list()
822 sc.Error("cannot lstat '%s': %s", stat_path.c_str(), in local_build_list()