Home | History | Annotate | Download | only in mtp

Lines Matching defs:filePath

777     const char* filePath = (const char *)pathBuf;
779 mfr.fd = open(filePath, O_RDONLY);
852 const char* filePath = (const char *)pathBuf;
854 mfr.fd = open(filePath, O_RDONLY);
1129 MtpString filePath;
1131 int result = mDatabase->getObjectFilePath(handle, filePath, fileLength, format);
1133 ALOGV("deleting %s", (const char *)filePath);
1137 deletePath((const char *)filePath);
1196 const char* filePath = (const char *)edit->mPath;
1197 ALOGV("receiving partial %s %" PRIu64 " %" PRIu32, filePath, offset, length);