Searched refs:origFileName (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DFileMap.h59 bool create(const char* origFileName, int fd,
/system/core/libutils/
H A DFileMap.cpp91 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, argument
185 mFileName = origFileName != NULL ? strdup(origFileName) : NULL;

Completed in 39 milliseconds