Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 5 of 5) sorted by relevance

/system/core/libzipfile/
Dprivate.h12 const unsigned char* fileName; member
/system/core/liblog/
Devent_tag_map.c64 EventTagMap* android_openEventTagMap(const char* fileName) in android_openEventTagMap()
/system/core/libcutils/
Dproperties.c183 static int connectToServer(const char* fileName) in connectToServer()
/system/vold/
DVolumeManager.cpp1019 int VolumeManager::unmountObb(const char *fileName, bool force) { in unmountObb()
1038 const char *fileName, const char *mountPoint, bool force) { in unmountLoopImage()
1363 Volume* VolumeManager::getVolumeForFile(const char *fileName) { in getVolumeForFile()
/system/core/libziparchive/
Dzip_archive.cc694 int32_t OpenArchive(const char* fileName, ZipArchiveHandle* handle) { in OpenArchive()