Searched refs:vst (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/extras/partition_tools/ |
H A D | lpdump.cc | 220 struct statvfs vst; in MergeFsUsage() local 221 if (statvfs(mount_point, &vst) == -1) { in MergeFsUsage() 231 partition_proto->set_fs_size((uint64_t)vst.f_blocks * vst.f_frsize); in MergeFsUsage() 232 if (vst.f_bavail <= vst.f_blocks) { in MergeFsUsage() 233 partition_proto->set_fs_used((uint64_t)(vst.f_blocks - vst.f_bavail) * vst.f_frsize); in MergeFsUsage()
|
/aosp12/system/core/fs_mgr/ |
H A D | fs_mgr_overlayfs.cpp | 184 struct statvfs vst; in fs_mgr_filesystem_has_space() local 186 if (statvfs(mount_point.c_str(), &vst)) { in fs_mgr_filesystem_has_space() 194 return (vst.f_bfree >= (vst.f_blocks * kPercentThreshold / 100)) && in fs_mgr_filesystem_has_space() 195 (static_cast<uint64_t>(vst.f_bfree) * vst.f_frsize) >= kSizeThreshold; in fs_mgr_filesystem_has_space()
|
/aosp12/frameworks/av/media/codec2/tests/ |
H A D | C2Param_test.cpp | 2399 C2NumbersStreamTuning::output *vst = C2NumbersStreamTuning::output::From(p1); in TEST_F() local 2400 EXPECT_NE(nullptr, vst); in TEST_F() 2401 if (vst) { in TEST_F() 2402 EXPECT_EQ(1u, vst->flexCount()); in TEST_F() 2403 EXPECT_EQ(100, vst->m.mNumbers[0]); in TEST_F()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
H A D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |
H A D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |