Home
last modified time | relevance | path

Searched refs:__space (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/crosvm_plugin/
Dcrosvm.h174 int crosvm_reserve_range(struct crosvm*, uint32_t __space, uint64_t __start,
294 int crosvm_create_io_event(struct crosvm*, uint32_t __space, uint64_t __addr,
/external/libcxx/include/
Dfilesystem1441 space_info __space(const path&, error_code* __ec = nullptr);
1896 return __space(__p);
1901 return __space(__p, &__ec);
Dmemory5596 _LIBCPP_FUNC_VIS void* align(size_t __align, size_t __sz, void*& __ptr, size_t& __space);
/external/libcxx/src/filesystem/
Doperations.cpp1164 space_info __space(const path& p, error_code* ec) { in __space() function