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

  /external/llvm/lib/Support/Unix/
PathV2.inc 135 struct stat from_stat;
136 if (::stat(f.begin(), &from_stat) != 0)
145 if ((to_file = ::open(t.begin(), to_flags, from_stat.st_mode)) < 0)
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 287 mbstate_t from_stat;
298 MEMCPY (&from_stat, &to->mbstate, sizeof(mbstate_t));
302 int n = MBRTOWC (&wc, string, length, &from_stat);
307 memset (&to->mbstate, 0, sizeof (from_stat));
285 mbstate_t from_stat; local
    [all...]

Completed in 354 milliseconds