| /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
| ResourceLoaderAdaptor.java | 111 String filePath = loadPathCache.lookup(getLoadPaths(), name); 112 if (filePath != null) { 113 file = newFile(filePath);
|
| /external/lzma/CPP/7zip/UI/Common/ |
| OpenArchive.cpp | 380 const UString &filePath,
405 arc.Path = filePath;
464 static void SetCallback(const UString &filePath,
476 NFile::NDirectory::MyGetFullPathName(filePath, fullName, fileNamePartStartIndex);
486 const UString &filePath,
498 if (!NFile::NDirectory::MyGetFullPathName(filePath, fullName, fileNamePartStartIndex))
506 openCallbackSpec->SetSubArchiveName(filePath);
509 RINOK(Open(codecs, formatIndices, stdInMode, stream, filePath, callback));
517 HRESULT CArchiveLink::ReOpen(CCodecs *codecs, const UString &filePath,
524 return Open2(codecs, CIntVector(), false, NULL, filePath, 0); [all...] |
| /external/smack/src/org/jivesoftware/smackx/filetransfer/ |
| FileTransfer.java | 39 private String filePath;
77 this.filePath = path;
106 return filePath;
|
| /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
| ObbBackupService.java | 72 final String filePath = f.getCanonicalPath(); 74 Log.i(TAG, "storing: " + filePath); 77 rootPath, filePath, out);
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
| BinaryDictionaryUtils.java | 43 private static native boolean createEmptyDictFileNative(String filePath, long dictVersion, 95 public static boolean createEmptyDictFile(final String filePath, final long dictVersion, 105 return createEmptyDictFileNative(filePath, dictVersion, locale.toString(), keyArray,
|
| /cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
| DngCreatorTest.java | 123 String filePath = DEBUG_FILE_NAME_BASE + "camera_" + deviceId + "_" + 126 fileStream = new FileOutputStream(filePath); 130 Log.v(TAG, "Test DNG file for camera " + deviceId + " saved to " + filePath); 234 String filePath = DEBUG_FILE_NAME_BASE + "camera_" + deviceId + "_" + 237 fileStream = new FileOutputStream(filePath); 241 Log.v(TAG, "Test DNG file for camera " + deviceId + " saved to " + filePath);
|
| /external/clang/lib/ARCMigrate/ |
| FileRemapper.cpp | 56 bool FileRemapper::initFromFile(StringRef filePath, DiagnosticsEngine &Diag, 60 std::string infoFile = filePath; 210 void FileRemapper::remap(StringRef filePath, llvm::MemoryBuffer *memBuf) { 211 remap(getOriginalFile(filePath), memBuf); 229 const FileEntry *FileRemapper::getOriginalFile(StringRef filePath) { 230 const FileEntry *file = FileMgr->getFile(filePath);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
| AaptQuickFixTest.java | 95 String filePath = osRoot + File.separator + fileRelativePath; 104 errors.add(filePath + ":7: error: Error: No resource found that matches the given name" 106 errors.add(filePath + ":7: error: Error: No resource found that matches the given name" 108 errors.add(filePath + ":13: error: Error: No resource found that matches the given name" 217 String filePath = osRoot + File.separator + fileRelativePath; 219 errors.add(filePath + ":5: error: Error parsing XML: unbound prefix");
|
| /cts/tests/webgl/src/android/webgl/cts/ |
| ZipUtil.java | 63 File filePath) throws Exception { 65 unzipToPath(zis, filePath.getPath());
|
| /external/qemu/android/utils/ |
| file_data.c | 60 int fileData_initFromFile(FileData* data, const char* filePath) { 61 FILE* f = fopen(filePath, "rb");
|
| /frameworks/base/core/jni/ |
| com_android_internal_content_NativeLibraryHelper.cpp | 107 isFileDifferent(const char* filePath, size_t fileSize, time_t modifiedTime, 110 if (lstat64(filePath, st) < 0) { 112 ALOGV("Couldn't stat %s, copying: %s\n", filePath, strerror(errno)); 130 int fd = TEMP_FAILURE_RETRY(open(filePath, O_RDONLY)); 132 ALOGV("Couldn't open file %s: %s", filePath, strerror(errno)); 144 ALOGV("%s: crc = %lx, zipCrc = %lx\n", filePath, crc, zipCrc); 532 ScopedUtfChars filePath(env, apkPath); 533 ZipFileRO* zipFile = ZipFileRO::open(filePath.c_str());
|
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| MuteVideo.java | 46 public MuteVideo(String filePath, Uri uri, Activity activity) { 48 mFilePath = filePath;
|
| VideoUtils.java | 58 public static void startMute(String filePath, SaveVideoFileInfo dstFileInfo) 61 genVideoUsingMuxer(filePath, dstFileInfo.mFile.getPath(), -1, -1, 64 startMuteUsingMp4Parser(filePath, dstFileInfo); 81 private static void startMuteUsingMp4Parser(String filePath, 84 File src = new File(filePath);
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/ |
| ver4_patricia_trie_policy.h | 122 bool flush(const char *const filePath); 124 bool flushWithGC(const char *const filePath);
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/ |
| ver4_patricia_trie_policy.h | 101 bool flush(const char *const filePath); 103 bool flushWithGC(const char *const filePath);
|
| /dalvik/dx/src/com/android/dx/command/dump/ |
| SsaDumper.java | 49 * @param filePath the file path for the class, excluding any base 54 String filePath, Args args) { 55 SsaDumper sd = new SsaDumper(bytes, out, filePath, args); 64 * @param filePath the file path for the class, excluding any base 68 private SsaDumper(byte[] bytes, PrintStream out, String filePath, 70 super(bytes, out, filePath, true, args);
|
| /external/chromium_org/third_party/WebKit/public/platform/ |
| WebHTTPBody.h | 54 WebString filePath;
|
| /packages/apps/Camera2/src/com/android/camera/data/ |
| MediaDetails.java | 137 public static void extractExifInfo(MediaDetails details, String filePath) { 140 exif.readExif(filePath); 142 Log.w(TAG, "Could not find file to read exif: " + filePath, e); 144 Log.w(TAG, "Could not read exif from file: " + filePath, e);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/data/ |
| MediaDetails.java | 134 public static void extractExifInfo(MediaDetails details, String filePath) { 138 exif.readExif(filePath); 140 Log.w(TAG, "Could not find file to read exif: " + filePath, e); 142 Log.w(TAG, "Could not read exif from file: " + filePath, e);
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
| dictionary.cpp | 158 bool Dictionary::flush(const char *const filePath) { 160 return mDictionaryStructureWithBufferPolicy->flush(filePath); 163 bool Dictionary::flushWithGC(const char *const filePath) { 165 return mDictionaryStructureWithBufferPolicy->flushWithGC(filePath);
|
| /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
| AbstractDownloadProviderFunctionalTest.java | 208 String filePath = cursor.getString(0); 209 if (filePath == null) continue; 210 Log.d(LOG_TAG, "Deleting " + filePath); 211 new File(filePath).delete();
|
| /packages/providers/MediaProvider/src/com/android/providers/media/ |
| MediaScannerService.java | 217 args.putString("filepath", path); 237 String filePath = arguments.getString("filepath"); 240 if (filePath != null) { 246 uri = scanFile(filePath, arguments.getString("mimetype")); 251 listener.scanCompleted(filePath, uri);
|
| /frameworks/base/core/tests/coretests/src/android/os/storage/ |
| StorageManagerBaseTest.java | 558 * @param filePath The full normalized path to the OBB file 561 protected String doWaitForPath(String filePath) { 565 assertTrue("OBB " + filePath + " is not currently mounted!", mSm.isObbMounted(filePath)); 571 fail("Timed out waiting to get path of OBB file " + filePath); 576 path = mSm.getMountedObbPath(filePath); 587 * @param filePath The normalized path to the already-mounted OBB file 589 protected void verifyObb1Contents(String filePath) { 591 path = doWaitForPath(filePath); 604 * @param filePath The normalized path to the already-mounted OBB fil [all...] |
| /packages/apps/LegacyCamera/src/com/android/camera/ |
| Thumbnail.java | 260 public static Bitmap createVideoThumbnail(String filePath, int targetWidth) { 261 return createVideoThumbnail(filePath, null, targetWidth); 264 private static Bitmap createVideoThumbnail(String filePath, FileDescriptor fd, int targetWidth) { 268 if (filePath != null) { 269 retriever.setDataSource(filePath);
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
| SearchConfig.js | 108 * @param {string} filePath 111 filePathMatchesFileQuery: function(filePath) 116 if (!!filePath.match(this._fileRegexQueries[i].regex) === this._fileRegexQueries[i].isNegative)
|