HomeSort by relevance Sort by last modified time
    Searched full:stbuf2 (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) {
103 modtime2 = stbuf2.st_mtime;
  /external/icu/icu4c/source/tools/toolutil/
filetools.cpp 104 struct stat stbuf1, stbuf2; local
106 if (stat(file1, &stbuf1) == 0 && stat(file2, &stbuf2) == 0) {
111 modtime2 = stbuf2.st_mtime;
  /external/elfutils/0.153/src/
elflint.c 3474 char stbuf2[100]; local
    [all...]

Completed in 277 milliseconds