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

  /external/openssh/
sftp-client.h 77 Attrib *do_stat(struct sftp_conn *, char *, int);
sftp-glob.c 127 if (!(a = do_stat(cur.conn, (char *)path, 0)))
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...]
sftp.c 502 if ((a = do_stat(conn, path, 1)) == NULL)
    [all...]
  /external/e2fsprogs/debugfs/
debug_cmds.ct 43 request do_stat, "Show inode information ",
debugfs.h 103 extern void do_stat(int argc, char **argv);
debugfs.c 825 void do_stat(int argc, char *argv[]) function
836 fprintf(stderr, "do_stat: can't allocate buffer\n");
    [all...]
  /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;

Completed in 167 milliseconds