HomeSort by relevance Sort by last modified time
    Searched refs:stat (Results 76 - 100 of 861) sorted by null

1 2 34 5 6 7 8 91011>>

  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 26 #include <sys/stat.h>
60 struct stat filestat;
98 if (stat(img_file, &filestat)) {
99 perror("Cannot stat image file");
130 struct stat tmp_stat;
151 if (stat(pair, &tmp_stat) < 0) {
152 fprintf(stderr, "Could not stat file: %s\n", pair);
  /build/libs/host/
CopyFile.c 18 #include <sys/stat.h>
32 # define lstat stat
59 static bool isSourceNewer(const struct stat* pSrcStat, const struct stat* pDstStat)
70 static bool isSameFile(const struct stat* pSrcStat, const struct stat* pDstStat)
73 /* with MSVCRT.DLL, stat always sets st_ino to 0, and there is no simple way to */
143 static int setPermissions(const char* dst, const struct stat* pSrcStat, unsigned int options)
184 * regular file, we fail. However, we use stat() rather than lstat(),
190 static int copyRegular(const char* src, const char* dst, const struct stat* pSrcStat, unsigned int options
    [all...]
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_verify_hash.c 29 @param stat [out] The result of the signature comparison, 1==valid, 0==invalid
37 int *stat, rsa_key *key)
45 LTC_ARGCHK(stat != NULL);
49 *stat = 0;
95 err = pkcs_1_pss_decode(hash, hashlen, tmpbuf, x, saltlen, hash_idx, modulus_bitlen, stat);
146 *stat = 1;
  /frameworks/base/libs/utils/
misc.cpp 22 #include <sys/stat.h>
121 struct stat sb;
123 if (stat(fileName, &sb) < 0) {
158 struct stat sb;
160 if (stat(fileName, &sb) < 0)
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 32 #include <sys/stat.h>
47 struct stat st_buf;
57 if (stat(file, &st_buf) == 0) {
59 #ifndef __GNU__ /* The GNU hurd is broken with respect to stat devices */
70 if (stat(mnt->mnt_fsname, &st_buf) == 0) {
85 #ifndef __GNU__ /* The GNU hurd is broken with respect to stat devices */
93 if (file_rdev && stat("/", &st_buf) == 0) {
111 if (stat(mnt->mnt_dir, &st_buf) < 0) {
241 struct stat st_buf;
245 #ifndef __GNU__ /* The GNU hurd is broken with respect to stat devices *
    [all...]
tst_getsectsize.c 19 #include <sys/stat.h>
tst_getsize.c 19 #include <sys/stat.h>
  /build/tools/atree/
fs.cpp 11 #include <sys/stat.h>
22 struct stat st;
23 err = stat(path.c_str(), &st);
67 // If dirent.d_type is missing, then use stat instead
68 struct stat stat_buf;
69 stat(full.c_str(), &stat_buf);
114 struct stat st;
115 err = stat(p.c_str(), &st);
  /bootable/diskinstaller/libdiskconfig/
diskconfig.c 27 #include <sys/stat.h>
239 struct stat stat; local
244 if (fstat(fd, &stat)) {
245 LOGE("Cannot stat, errno=%d.", errno);
249 if (S_ISBLK(stat.st_mode) && ((rv = ioctl(fd, BLKRRPART, NULL)) < 0)) {
276 struct stat stat; local
286 if (fstat(fd, &stat)) {
287 LOGE("Cannot stat file '%s', errno=%d.", dinfo->device, errno)
    [all...]
  /system/core/libdiskconfig/
diskconfig.c 27 #include <sys/stat.h>
241 struct stat stat; local
246 if (fstat(fd, &stat)) {
247 LOGE("Cannot stat, errno=%d.", errno);
251 if (S_ISBLK(stat.st_mode) && ((rv = ioctl(fd, BLKRRPART, NULL)) < 0)) {
278 struct stat stat; local
288 if (fstat(fd, &stat)) {
289 LOGE("Cannot stat file '%s', errno=%d.", dinfo->device, errno)
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ofstream.h 35 inline void stat (struct stat& rs) const { m_File.stat (rs); } function in class:ustl::ofstream
63 inline void stat (struct stat& rs) const { m_File.stat (rs); } function in class:ustl::ifstream
  /bionic/libc/kernel/common/linux/nfsd/
xdr.h 96 struct kstat stat; member in struct:nfsd_attrstat
101 struct kstat stat; member in struct:nfsd_diropres
111 struct kstat stat; member in struct:nfsd_readres
  /bionic/libc/stdio/
mktemp.c 32 #include <sys/stat.h>
88 struct stat sbuf;
133 rval = stat(path, &sbuf);
  /external/bluetooth/bluez/network/
bridge.c 32 #include <sys/stat.h>
52 struct stat st;
54 if (stat("/sys/module/bridge", &st) < 0)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/nfsd/
xdr.h 96 struct kstat stat; member in struct:nfsd_attrstat
101 struct kstat stat; member in struct:nfsd_diropres
111 struct kstat stat; member in struct:nfsd_readres
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/nfsd/
xdr.h 96 struct kstat stat; member in struct:nfsd_attrstat
101 struct kstat stat; member in struct:nfsd_diropres
111 struct kstat stat; member in struct:nfsd_readres
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/nfsd/
xdr.h 96 struct kstat stat; member in struct:nfsd_attrstat
101 struct kstat stat; member in struct:nfsd_diropres
111 struct kstat stat; member in struct:nfsd_readres
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/nfsd/
xdr.h 96 struct kstat stat; member in struct:nfsd_attrstat
101 struct kstat stat; member in struct:nfsd_diropres
111 struct kstat stat; member in struct:nfsd_readres
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/nfsd/
xdr.h 96 struct kstat stat; member in struct:nfsd_attrstat
101 struct kstat stat; member in struct:nfsd_diropres
111 struct kstat stat; member in struct:nfsd_readres
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/nfsd/
xdr.h 96 struct kstat stat; member in struct:nfsd_attrstat
101 struct kstat stat; member in struct:nfsd_diropres
111 struct kstat stat; member in struct:nfsd_readres
  /system/core/adb/
file_sync_service.c 21 #include <sys/stat.h>
59 struct stat st;
61 msg.stat.id = ID_STAT;
64 msg.stat.mode = 0;
65 msg.stat.size = 0;
66 msg.stat.time = 0;
68 msg.stat.mode = htoll(st.st_mode);
69 msg.stat.size = htoll(st.st_size);
70 msg.stat.time = htoll(st.st_mtime);
73 return writex(s, &msg.stat, sizeof(msg.stat))
    [all...]
  /bionic/libc/bionic/
cpuacct.c 31 #include <sys/stat.h>
  /build/tools/fs_config/
fs_config.c 18 #include <sys/stat.h>
  /build/tools/iself/
iself.c 6 #include <sys/stat.h>
  /build/tools/soslim/
symfilter.h 13 #include <sys/stat.h>

Completed in 347 milliseconds

1 2 34 5 6 7 8 91011>>