/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_hash_table.c | 64 fstat(fd, &stat); in hash_fd() 80 fstat(fd1, &stat1); in equal_fd() 81 fstat(fd2, &stat2); in equal_fd()
|
D | os_file.c | 147 if (fstat(fd, &stat) == 0) in os_read_file()
|
D | fossilize_db.c | 339 if (fstat(fileno(db_file), &new_file_stat) == -1) in check_file_already_loaded() 345 if (fstat(fileno(foz_db->file[i]), &loaded_file_stat) == -1) in check_file_already_loaded()
|
D | disk_cache_os.c | 598 if (fstat(fd, &sb) == -1) in disk_cache_load_item() 1022 if (fstat(fd, &sb) == -1) in disk_cache_mmap_cache_index()
|
/hardware/google/pixel/pixelstats/include/pixelstats/ |
D | BatteryFGReporter.h | 56 uint16_t fstat; member 90 uint16_t fstat; member
|
/hardware/google/aemu/base/ |
D | SharedMemory_posix.cpp | 102 if (!fstat(mFd, &stat) && stat.st_size < mSize) { in openInternal() 113 if (HANDLE_EINTR(fstat(mFd, &sb)) == -1) { in openInternal()
|
D | System.cpp | 189 return HANDLE_EINTR(fstat(fd, st)); in fdStat()
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xw32defs.h | 32 # define fstat _fstat macro
|
/hardware/interfaces/configstore/1.1/default/seccomp_policy/ |
D | configstore@1.1-arm64.policy | 31 fstat: 1
|
/hardware/google/pixel/pixelstats/ |
D | BatteryFGReporter.cpp | 78 data.fstat, data.rcomp0, data.tempco, duration); in reportAbnormalEvent() 116 …AtomFieldValue(&values, FuelGaugeAbnormalityReported::kFgRegisterAddress14FieldNumber, data.fstat); in reportAbnormalEvent() 195 val.set<VendorAtomValue::intValue>(params.fstat); in reportEvent()
|
/hardware/qcom/sm8150/gps/etc/seccomp_policy/ |
D | gnss@2.0-xtwifi-client.policy | 54 fstat: 1
|
D | gnss@2.0-base.policy | 39 fstat: 1
|
/hardware/qcom/sm7250/gps/etc/seccomp_policy/ |
D | gnss@2.0-xtwifi-client.policy | 54 fstat: 1
|
D | gnss@2.0-base.policy | 39 fstat: 1
|
/hardware/knowles/athletico/sound_trigger_hal/tests/ |
D | crash_event_logger.c | 213 fstat(fd, &st); in split_crash_dump_file() 433 fstat(fd, &st); in ssr_split_crash_dump_file()
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | Allocator.cpp | 65 int error = fstat(fd, &fd_info); in get_inode()
|
/hardware/google/graphics/common/libhwjpeg/ |
D | libhwjpeg-exynos.cpp | 283 if (fstat(fd, &st) < 0) { in SetStreamPath()
|
/hardware/interfaces/tv/tuner/1.1/default/ |
D | Filter.cpp | 963 if (fstat(fd1, &stat1) < 0 || fstat(fd2, &stat2) < 0) { in sameFile()
|
/hardware/qcom/audio/hal/audio_extn/ |
D | sndmonitor.c | 103 if (fstat(fd, &buf) < 0) in read_state()
|
/hardware/interfaces/tv/tuner/aidl/default/ |
D | Filter.cpp | 1232 if (fstat(fd1, &stat1) < 0 || fstat(fd2, &stat2) < 0) { in sameFile()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioUsbALSA.cpp | 112 if (fstat(fd, &st) < 0) { in getCap()
|
/hardware/libhardware/modules/radio/ |
D | radio_hw.c | 192 fstat(fd, &info); in add_bitmap_metadata()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_ucm.c | 2136 if (fstat(fd, &st) < 0) { in second_stage_parsing_thread() 2295 if (fstat(fd, &st) < 0) { in snd_ucm_parse() 2902 if (fstat(fd, &st) < 0) { in snd_ucm_parse_verb()
|