HomeSort by relevance Sort by last modified time
    Searched refs:modtime1 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/tools/toolutil/
filetools.cpp 99 time_t modtime1, modtime2; local
102 modtime1 = stbuf1.st_mtime;
105 diff = difftime(modtime1, modtime2);
  /external/icu4c/tools/toolutil/
filetools.cpp 100 time_t modtime1, modtime2; local
103 modtime1 = stbuf1.st_mtime;
106 diff = difftime(modtime1, modtime2);

Completed in 25 milliseconds