HomeSort by relevance Sort by last modified time
    Searched defs:GetTimes (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/
last_write_time.pass.cpp 37 std::pair<std::time_t, std::time_t> GetTimes(path const& p) {
53 return GetTimes(p).first;
57 return GetTimes(p).second;
182 const auto file_times = GetTimes(file);
185 const auto dir_times = GetTimes(dir);
255 const auto old_times = GetTimes(TC.p);
292 const auto old_times = GetTimes(sym);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 121 HRESULT (WINAPI *GetTimes)(IBackgroundCopyJob2 *This,BG_JOB_TIMES *pVal);
170 #define IBackgroundCopyJob2_GetTimes(This,pVal) (This)->lpVtbl->GetTimes(This,pVal)
bits2_0.h 103 HRESULT (WINAPI *GetTimes)(IBackgroundCopyJob3 *This,BG_JOB_TIMES *pVal);
156 #define IBackgroundCopyJob3_GetTimes(This,pVal) (This)->lpVtbl -> GetTimes(This,pVal)
bits.h 307 virtual HRESULT WINAPI GetTimes(BG_JOB_TIMES *pVal) = 0;
346 HRESULT (WINAPI *GetTimes)(IBackgroundCopyJob *This,BG_JOB_TIMES *pVal);
387 #define IBackgroundCopyJob_GetTimes(This,pVal) (This)->lpVtbl->GetTimes(This,pVal)
    [all...]

Completed in 744 milliseconds