Home
last modified time | relevance | path

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

/system/core/toolbox/
Dmv.c43 const char *fileName = strrchr(source, '/'); in mv_main() local
/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.c102 static int connectToServer(const char* fileName) in connectToServer()
/system/vold/
DVolumeManager.cpp778 int VolumeManager::unmountObb(const char *fileName, bool force) { in unmountObb()
797 const char *fileName, const char *mountPoint, bool force) { in unmountLoopImage()
1151 Volume* VolumeManager::getVolumeForFile(const char *fileName) { in getVolumeForFile()