Home
last modified time | relevance | path

Searched defs:GetFreeSpace (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/art/odrefresh/
H A Dodr_fs_utils.cc99 bool GetFreeSpace(const std::string& path, uint64_t* bytes) { in GetFreeSpace() function
/aosp_15_r20/external/openthread/src/core/net/
H A Dtcp6_ext.cpp192 size_t TcpCircularSendBuffer::GetFreeSpace(void) const { return mCapacity - mCapacityUsed; } in GetFreeSpace() function in ot::Ip6::TcpCircularSendBuffer
/aosp_15_r20/external/skia/tests/
H A DPathTest.cpp4405 static size_t GetFreeSpace(const SkPathRef& ref) { in GetFreeSpace() function in PathRefTest_Private
4572 static size_t GetFreeSpace(const SkPath& path) { in GetFreeSpace() function in PathTest_Private
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwinbase.h457 #define GetFreeSpace(w) (__MSABI_LONG(0x100000)) macro