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

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 58 dtime_t st_birthtime; ///< time of creation member in struct:stat
  /prebuilts/go/darwin-x86/src/syscall/
types_freebsd.go 100 time_t st_birthtime;
  /prebuilts/go/linux-x86/src/syscall/
types_freebsd.go 100 time_t st_birthtime;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 345 statbuf->st_birthtime = Efi2Time( &FileInfo->CreateTime);
  /libcore/ojluni/src/main/native/
UnixNativeDispatcher.c 459 (*env)->SetLongField(env, attrs, attrs_st_birthtime_sec, (jlong)buf->st_birthtime);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 330 {"st_birthtime", "time of creation"},
531 bsec = (long)st->st_birthtime;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 329 {"st_birthtime", "time of creation"},
530 bsec = (long)st->st_birthtime;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 207 milliseconds