OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stbuf1
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
filetools.cpp
96
struct stat
stbuf1
, stbuf2;
local
98
if (stat(file1, &
stbuf1
) == 0 && stat(file2, &stbuf2) == 0) {
102
modtime1 =
stbuf1
.st_mtime;
/external/icu4c/tools/toolutil/
filetools.cpp
97
struct stat
stbuf1
, stbuf2;
local
99
if (stat(file1, &
stbuf1
) == 0 && stat(file2, &stbuf2) == 0) {
103
modtime1 =
stbuf1
.st_mtime;
/external/elfutils/src/
elflint.c
3439
char
stbuf1
[100];
local
[
all
...]
Completed in 2209 milliseconds