Searched refs:stat (Results 1951 - 1975 of 8174) sorted by relevance
1...<<71727374757677787980>>...327
/third_party/musl/arch/riscv64/bits/ |
H A D | stat.h | 1 struct stat { struct
|
/third_party/musl/arch/sh/bits/ |
H A D | stat.h | 4 struct stat { struct
|
/third_party/musl/arch/x32/bits/ |
H A D | stat.h | 4 struct stat { struct
|
/third_party/musl/compat/time32/ |
H A D | futimesat_time32.c | 5 #include <sys/stat.h>
|
H A D | futimes_time32.c | 5 #include <sys/stat.h>
|
H A D | utimensat_time32.c | 3 #include <sys/stat.h>
|
H A D | __xstat.c | 2 #include <sys/stat.h>
|
H A D | lutimes_time32.c | 5 #include <sys/stat.h>
|
/third_party/musl/arch/arm/bits/ |
H A D | stat.h | 4 struct stat { struct
|
/third_party/musl/arch/loongarch64/bits/ |
H A D | stat.h | 1 struct stat { struct
|
/third_party/musl/arch/m68k/bits/ |
H A D | stat.h | 4 struct stat { struct
|
/third_party/musl/arch/mips64/bits/ |
H A D | stat.h | 1 struct stat { struct
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | stat.h | 1 struct stat { struct
|
/third_party/musl/arch/x86_64/bits/ |
H A D | stat.h | 4 struct stat { struct
|
/third_party/musl/libc-test/src/functionalext/supplement/process/ |
H A D | posix_spawnattr_getpgroup.c | 18 #include <sys/stat.h>
|
H A D | posix_spawnattr_getflags.c | 18 #include <sys/stat.h>
|
H A D | posix_spawnattr_setpgroup.c | 18 #include <sys/stat.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/regex/ |
H A D | glob.c | 17 #include <sys/stat.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | mkdirat.c | 16 #include <sys/stat.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
H A D | stat_umask_test.cpp | 3 #include <sys/stat.h>
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | generic.rs | 8 pub struct stat { structure names
|
/third_party/spirv-tools/utils/ |
H A D | roll_deps.sh | 45 if [[ $(git diff --stat) != '' ]]; then
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | backup_file_utils.cpp | 152 struct stat statInfo {}; in GetFileMetadata() 153 if (stat(path.c_str(), &statInfo) != 0) { in GetFileMetadata() 154 MEDIA_ERR_LOG("stat syscall err %{public}d", errno); in GetFileMetadata() 383 struct stat statInfo {}; in IsLowQualityImage() 391 if (stat(realPath.c_str(), &statInfo) == E_SUCCESS) { in IsLowQualityImage() 414 struct stat statInfo {}; in IsFileValid() 415 if (stat(filePath.c_str(), &statInfo) != E_SUCCESS) { in IsFileValid() 422 if (stat(filePath.c_str(), &statInfo) != E_SUCCESS) { in IsFileValid()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btmtksdio.c | 287 bdev->hdev->stat.byte_tx += skb->len; in btmtksdio_tx_packet() 318 bdev->hdev->stat.err_tx++; in btmtksdio_tx_work() 470 bdev->hdev->stat.byte_rx += rx_size; in btmtksdio_rx_packet() 529 bdev->hdev->stat.err_rx++; in btmtksdio_interrupt() 918 hdev->stat.cmd_tx++; in btmtksdio_send_frame() 922 hdev->stat.acl_tx++; in btmtksdio_send_frame() 926 hdev->stat.sco_tx++; in btmtksdio_send_frame()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | davinci_nand.c | 413 int stat; in nand_davinci_read_page_hwecc_oob_first() local 421 stat = chip->ecc.correct(chip, p, &ecc_code[i], NULL); in nand_davinci_read_page_hwecc_oob_first() 422 if (stat == -EBADMSG && in nand_davinci_read_page_hwecc_oob_first() 425 stat = nand_check_erased_ecc_chunk(p, eccsize, in nand_davinci_read_page_hwecc_oob_first() 431 if (stat < 0) { in nand_davinci_read_page_hwecc_oob_first() 434 mtd->ecc_stats.corrected += stat; in nand_davinci_read_page_hwecc_oob_first() 435 max_bitflips = max_t(unsigned int, max_bitflips, stat); in nand_davinci_read_page_hwecc_oob_first()
|
Completed in 9 milliseconds
1...<<71727374757677787980>>...327