Searched refs:stat (Results 1 – 7 of 7) sorted by relevance
/test/dittosuite/test/ |
D | resize_file_test.cpp | 57 struct stat sb; in TEST_P() 58 stat(path.c_str(), &sb); in TEST_P()
|
/test/vts-testcase/kernel/gki/ |
D | vts_dlkm_partition_test.cpp | 53 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
|
D | lz4_legacy.cpp | 45 struct stat st_buf {}; in Lz4DecompressLegacy() 46 if (stat(input, &st_buf) != 0) { in Lz4DecompressLegacy()
|
/test/app_compat/csuite/integration_tests/ |
D | csuite_test_utils.py | 25 import stat 224 path.chmod(path.stat().st_mode | stat.S_IEXEC)
|
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 526 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/ |
D | binder_request.cpp | 94 struct stat statbuf; in ParseAshmemWithPath()
|
/test/vts-testcase/kernel/encryption/ |
D | file_based_encryption_tests.cpp | 157 struct stat stbuf; in GetInodeNumber() 158 if (stat(path.c_str(), &stbuf) != 0) { in GetInodeNumber()
|