OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_stat
(Results
1 - 2
of
2
) sorted by null
/bootable/diskinstaller/editdisklbl/
editdisklbl.c
130
struct stat
tmp_stat
;
local
151
if (stat(pair, &
tmp_stat
) < 0) {
156
pinfo->len_kb = (uint32_t) ((
tmp_stat
.st_size + 1023) >> 10);
/system/core/toolbox/cp/
cp.c
108
struct stat to_stat,
tmp_stat
;
local
264
r = stat(*argv, &
tmp_stat
);
266
r = lstat(*argv, &
tmp_stat
);
272
if (S_ISDIR(
tmp_stat
.st_mode) && (Rflag || rflag))
Completed in 460 milliseconds