Home
last modified time | relevance | path

Searched refs:tolerate_enoent (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact.h584 size_t ZeropageIoctl(void* addr, size_t length, bool tolerate_eexist, bool tolerate_enoent);
Dmark_compact.cc2105 bool tolerate_enoent) { in ZeropageIoctl() argument
2147 CHECK(tolerate_enoent && errno == ENOENT) in ZeropageIoctl()