Home
last modified time | relevance | path

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

/system/core/libutils/
DFileMap.cpp135 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, in create() argument
215 mFileName = origFileName != nullptr ? strdup(origFileName) : nullptr; in create()
/system/core/libutils/include/utils/
DFileMap.h66 bool create(const char* origFileName, int fd,