Lines Matching defs:filePath
726 const char* filePath = (const char *)pathBuf;
728 mfr.fd = open(filePath, O_RDONLY);
791 const char* filePath = (const char *)pathBuf;
793 mfr.fd = open(filePath, O_RDONLY);
1051 MtpString filePath;
1053 int result = mDatabase->getObjectFilePath(handle, filePath, fileLength, format);
1055 ALOGV("deleting %s", (const char *)filePath);
1059 deletePath((const char *)filePath);
1111 const char* filePath = (const char *)edit->mPath;
1112 ALOGV("receiving partial %s %lld %lld\n", filePath, offset, length);