Searched refs:st (Results 1 – 4 of 4) sorted by relevance
/test/vts/drivers/hal/common/driver_base/ |
D | DriverBase.cpp | 148 struct stat st; in FunctionCallBegin() local 152 if (fstatat(dirfd(srcdir), dent->d_name, &st, 0) < 0) { in FunctionCallBegin() 156 if (S_ISDIR(st.st_mode)) { in FunctionCallBegin() 185 struct stat st; in FunctionCallBegin() local 189 if (fstatat(dirfd(srcdir), dent->d_name, &st, 0) < 0) { in FunctionCallBegin() 193 if (S_ISDIR(st.st_mode)) { in FunctionCallBegin() 291 struct stat st; in ScanAllGcdaFiles() local 295 if (fstatat(dirfd(srcdir), dent->d_name, &st, 0) < 0) { in ScanAllGcdaFiles() 299 if (S_ISDIR(st.st_mode)) { in ScanAllGcdaFiles() 330 struct stat st; in FunctionCallEnd() local [all …]
|
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 472 struct stat st; in getCompilationCacheSize() local 473 int err = stat(fullPath, &st); in getCompilationCacheSize() 480 if (S_ISREG(st.st_mode)) { in getCompilationCacheSize() 481 totalSize += st.st_size; in getCompilationCacheSize()
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
D | Bar.driver.cpp | 1167 struct stat st; in CallFunction() local 1172 if (stat(dir.c_str(), &st) == -1) { in CallFunction() 1187 struct stat st; in CallFunction() local 1188 if (!stat(file_name.c_str(), &st)) { in CallFunction()
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …st=/Z|[+-]\d\d(?::?\d\d)?/gi,lt=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\u…
|