Lines Matching refs:filePath
727 const char* filePath = (const char *)pathBuf;
729 mfr.fd = open(filePath, O_RDONLY);
792 const char* filePath = (const char *)pathBuf;
794 mfr.fd = open(filePath, O_RDONLY);
1052 MtpString filePath;
1054 int result = mDatabase->getObjectFilePath(handle, filePath, fileLength, format);
1056 ALOGV("deleting %s", (const char *)filePath);
1060 deletePath((const char *)filePath);
1112 const char* filePath = (const char *)edit->mPath;
1113 ALOGV("receiving partial %s %lld %lld\n", filePath, offset, length);