OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stbuf1
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
filetools.cpp
110
struct stat
stbuf1
, stbuf2;
local
112
if (stat(file1, &
stbuf1
) == 0 && stat(file2, &stbuf2) == 0) {
116
modtime1 =
stbuf1
.st_mtime;