HomeSort by relevance Sort by last modified time
    Searched defs:do_stat (Results 1 - 3 of 3) sorted by null

  /system/core/adb/
file_sync_service.c 56 static int do_stat(int s, const char *path) function
391 if(do_stat(fd, name)) goto fail;
  /external/openssh/
sftp-client.c 639 do_stat(struct sftp_conn *conn, char *path, int quiet) function
662 return(do_stat(conn, path, quiet));
1009 if (a == NULL && (a = do_stat(conn, remote_path, 0)) == NULL)
1240 (dirattrib = do_stat(conn, src, 1)) == NULL) {
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 825 void do_stat(int argc, char *argv[]) function
836 fprintf(stderr, "do_stat: can't allocate buffer\n");
    [all...]

Completed in 404 milliseconds