HomeSort by relevance Sort by last modified time
    Searched refs:MapFD (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/otautil/include/otautil/
SysUtil.h 48 bool MapFD(int fd);
  /external/perfetto/src/tracing/ipc/
posix_shared_memory.cc 68 return MapFD(std::move(fd), size);
77 return MapFD(std::move(fd), static_cast<size_t>(stat_buf.st_size));
81 std::unique_ptr<PosixSharedMemory> PosixSharedMemory::MapFD(base::ScopedFile fd,
posix_shared_memory.h 53 static std::unique_ptr<PosixSharedMemory> MapFD(base::ScopedFile, size_t);
  /bootable/recovery/otautil/
SysUtil.cpp 34 bool MemMapping::MapFD(int fd) {
188 if (!MapFD(fd)) {

Completed in 92 milliseconds