HomeSort by relevance Sort by last modified time
    Searched refs:file_time (Results 26 - 33 of 33) sorted by null

12

  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
som.h 29 struct timespec file_time; member in struct:som_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
som.h 29 struct timespec file_time; member in struct:som_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
som.h 29 struct timespec file_time; member in struct:som_hdr
  /system/update_engine/
p2p_manager_unittest.cc 150 base::Time file_time = start_time + TimeDelta::FromMinutes(n); local
152 EXPECT_TRUE(base::TouchFile(path, file_time, file_time));
157 EXPECT_TRUE(base::TouchFile(path, file_time, file_time));
  /toolchain/binutils/binutils-2.25/include/som/
aout.h 35 struct som_external_clock file_time; member in struct:som_external_header
  /external/bouncycastle/
import_bouncycastle.sh 173 file_time="$(git show --pretty=format:%ai --abbrev-commit "$file_rev" | head -n 1)"
174 touch -d "$file_time" "${target_dir}${file#$git_dir}"
  /external/ImageMagick/MagickCore/
nt-base.c 395 file_time;
403 GetSystemTimeAsFileTime(&file_time);
404 date_time.LowPart=file_time.dwLowDateTime;
405 date_time.HighPart=file_time.dwHighDateTime;
389 file_time; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
som.c     [all...]

Completed in 2828 milliseconds

12