Searched refs:modtime1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dfiletools.cpp99 time_t modtime1, modtime2; local
102 modtime1 = stbuf1.st_mtime;
105 diff = difftime(modtime1, modtime2);
/external/icu4c/tools/toolutil/
H A Dfiletools.cpp100 time_t modtime1, modtime2; local
103 modtime1 = stbuf1.st_mtime;
106 diff = difftime(modtime1, modtime2);

Completed in 153 milliseconds