Searched refs:fileName (Results 1 - 9 of 9) sorted by relevance

/system/core/include/cutils/
H A Devent_tag_map.h34 EventTagMap* android_openEventTagMap(const char* fileName);
/system/core/toolbox/
H A Dmv.c43 const char *fileName = strrchr(source, '/'); local
47 strcat(fullDest, fileName ? fileName + 1 : source);
/system/core/libzipfile/
H A Dprivate.h12 const unsigned char* fileName; member in struct:Zipentry
H A Dzipfile.c48 if (0 == memcmp(entryName, entry->fileName, entry->fileNameLength)) {
68 memcpy(s, e->fileName, l);
141 fwrite(entry->fileName, entry->fileNameLength, 1, to);
H A Dcentraldir.c121 entry->fileName = p;
123 entry->fileName = NULL;
/system/vold/
H A DVolumeManager.h116 int mountObb(const char *fileName, const char *key, int ownerUid);
117 int unmountObb(const char *fileName, bool force);
120 Volume* getVolumeForFile(const char *fileName);
124 const char *fileName, const char *mountPoint, bool force);
H A DVolumeManager.cpp678 int VolumeManager::unmountObb(const char *fileName, bool force) { argument
682 if (!asecHash(fileName, idHash, sizeof(idHash))) {
683 SLOGE("Hash of '%s' failed (%s)", fileName, strerror(errno));
689 return unmountLoopImage(fileName, idHash, fileName, mountPoint, force);
693 const char *fileName, const char *mountPoint, bool force) {
756 SLOGW("Failed to find loop device for {%s} (%s)", fileName, strerror(errno));
988 Volume* VolumeManager::getVolumeForFile(const char *fileName) { argument
993 if (!strncmp(fileName, mountPoint, strlen(mountPoint))) {
692 unmountLoopImage(const char *id, const char *idHash, const char *fileName, const char *mountPoint, bool force) argument
/system/core/liblog/
H A Devent_tag_map.c64 EventTagMap* android_openEventTagMap(const char* fileName) argument
74 fd = open(fileName, O_RDONLY);
77 OUT_TAG, fileName, strerror(errno));
84 fprintf(stderr, "%s: unable to seek map '%s'\n", OUT_TAG, fileName);
92 OUT_TAG, fileName, strerror(errno));
/system/core/libcutils/
H A Dproperties.c93 static int connectToServer(const char* fileName) argument
107 strcpy(addr.sun_path, fileName); // max 108 bytes
114 // fileName, strerror(errno));

Completed in 102 milliseconds