Home
last modified time | relevance | path

Searched refs:UTIL_isRegularFile (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/zstd/tests/cli-tests/file-stat/
H A Ddecompress-stdin-to-file.sh.stderr.exact13 Trace:FileStat: > UTIL_isRegularFile(file)
17 Trace:FileStat: > UTIL_isRegularFile(file)
H A Dcompress-stdin-to-file.sh.stderr.exact13 Trace:FileStat: > UTIL_isRegularFile(file.zst)
17 Trace:FileStat: > UTIL_isRegularFile(file.zst)
H A Ddecompress-file-to-file.sh.stderr.exact21 Trace:FileStat: > UTIL_isRegularFile(file)
25 Trace:FileStat: > UTIL_isRegularFile(file)
H A Dcompress-file-to-file.sh.stderr.exact21 Trace:FileStat: > UTIL_isRegularFile(file.zst)
25 Trace:FileStat: > UTIL_isRegularFile(file.zst)
H A Ddecompress-stdin-to-stdout.sh.stderr.exact11 Trace:FileStat: > UTIL_isRegularFile(/*stdout*\)
H A Dcompress-stdin-to-stdout.sh.stderr.exact11 Trace:FileStat: > UTIL_isRegularFile(/*stdout*\)
H A Ddecompress-file-to-stdout.sh.stderr.exact15 Trace:FileStat: > UTIL_isRegularFile(/*stdout*\)
H A Dcompress-file-to-stdout.sh.stderr.exact17 Trace:FileStat: > UTIL_isRegularFile(/*stdout*\)
H A Dcompress-file-to-dir-without-write-perm.sh.stderr.exact21 Trace:FileStat: > UTIL_isRegularFile(out/file.zst)
/aosp_15_r20/external/zstd/tests/fuzz/
H A Dregression_driver.c57 if (!UTIL_isRegularFile(fileName)) { in main()
/aosp_15_r20/external/zstd/tests/regression/
H A Ddata.c390 if (type == data_type_file && !UTIL_isRegularFile(resource->path)) { in curl_download_resource()
524 if (!UTIL_isRegularFile(stamp)) { in stamp_check()
/aosp_15_r20/external/zstd/programs/
H A Dzstdcli_trace.c37 int const writeHeader = !UTIL_isRegularFile(filename); in TRACE_enable()
H A Dutil.h184 int UTIL_isRegularFile(const char* infilename);
H A Dfileio.c139 assert(UTIL_isRegularFile(g_artefact)); in INThandler()
147 if (UTIL_isRegularFile(dstFileName)) { in addHandler()
605 isDstRegFile = UTIL_isRegularFile(dstFileName); /* invoke once */ in FIO_openDstFile()
3306 ERROR_IF(!UTIL_isRegularFile(srcFileName), in getFileInfo()
H A Dutil.c204 int UTIL_isRegularFile(const char* infilename) in UTIL_isRegularFile() function