Lines Matching refs:outFilePath
883 private int getObjectFilePath(int handle, char[] outFilePath, long[] outFileLengthFormat) {
886 mMediaStoragePath.getChars(0, mMediaStoragePath.length(), outFilePath, 0);
887 outFilePath[mMediaStoragePath.length()] = 0;
898 path.getChars(0, path.length(), outFilePath, 0);
899 outFilePath[path.length()] = 0;