Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 7 of 7) sorted by relevance

/test/dittosuite/test/
Dresize_file_test.cpp57 struct stat sb; in TEST_P()
58 stat(path.c_str(), &sb); in TEST_P()
/test/vts-testcase/kernel/gki/
Dvts_dlkm_partition_test.cpp53 struct stat st; in VerifyDlkmPartition()
54 ASSERT_EQ(0, stat(dlkm_symlink.c_str(), &st)) in VerifyDlkmPartition()
62 auto not_empty_callback = [](const char *, const struct stat *, int) { in VerifyDlkmPartition() argument
Dlz4_legacy.cpp45 struct stat st_buf {}; in Lz4DecompressLegacy()
46 if (stat(input, &st_buf) != 0) { in Lz4DecompressLegacy()
/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py25 import stat
224 path.chmod(path.stat().st_mode | stat.S_IEXEC)
/test/mlts/benchmark/jni/
Drun_tflite.cpp526 auto callback = [](const char* entry, const struct stat*, int, struct FTW*) { in cleanup() argument
560 struct stat st; in getCompilationCacheSize()
561 int err = stat(fullPath, &st); in getCompilationCacheSize()
/test/dittosuite/src/
Dbinder_request.cpp94 struct stat statbuf; in ParseAshmemWithPath()
/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp157 struct stat stbuf; in GetInodeNumber()
158 if (stat(path.c_str(), &stbuf) != 0) { in GetInodeNumber()