HomeSort by relevance Sort by last modified time
    Searched defs:Shmem (Results 1 - 2 of 2) sorted by null

  /development/simulator/app/
Shmem.cpp 6 #include "Shmem.h"
44 Shmem::Shmem(void)
54 Shmem::~Shmem(void)
68 LOG(LOG_WARN, "shmem", "Couldn't clean up '%s'\n", nameBuf);
78 bool Shmem::create(int key, long size, bool deleteExisting)
88 LOG(LOG_ERROR, "shmem", "Failed to remove old map file '%s'\n",
96 LOG(LOG_ERROR, "shmem", "Unable to create map file '%s' (errno=%d)\n",
105 LOG(LOG_ERROR, "shmem", "Unable to set file size in '%s' (errno=%d)\n"
    [all...]
Shmem.h 41 class Shmem {
43 Shmem(void);
44 virtual ~Shmem(void);

Completed in 24 milliseconds