Home
last modified time | relevance | path

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

/bootable/recovery/
Dfuse_sdcard_provider.c70 struct token* t = (struct token*)cookie; in run_sdcard_fuse() local
73 if (stat(t->path, &sb) < 0) { in run_sdcard_fuse()
74 fprintf(stderr, "failed to stat %s: %s\n", t->path, strerror(errno)); in run_sdcard_fuse()
75 t->result = -1; in run_sdcard_fuse()
82 fd.fd = open(t->path, O_RDONLY); in run_sdcard_fuse()
84 fprintf(stderr, "failed to open %s: %s\n", t->path, strerror(errno)); in run_sdcard_fuse()
85 t->result = -1; in run_sdcard_fuse()
94 t->result = run_fuse_sideload(&vtab, &fd, fd.file_size, fd.block_size); in run_sdcard_fuse()
103 struct token* t = malloc(sizeof(struct token)); in start_sdcard_fuse() local
105 t->path = path; in start_sdcard_fuse()
[all …]
/bootable/recovery/minadbd/
Dservices.cpp78 adb_thread_t t; in create_service_thread() local
79 if (adb_thread_create( &t, service_bootstrap_func, sti)){ in create_service_thread()
/bootable/recovery/edify/
Dlexer.l64 \\t { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\t'; }
108 [ \t]+ ADVANCE;
DREADME9 - String literals appear in double quotes. \n, \t, \", and \\ are
13 underscores, slashes, and periods don't need to be in double quotes.