HomeSort by relevance Sort by last modified time
    Searched refs:filePath (Results 76 - 100 of 201) sorted by null

1 2 34 5 6 7 8 9

  /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/Gallery2/src/com/android/gallery3d/app/
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/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);
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 130 String filePath;
132 filePath = c.getString(c.getColumnIndexOrThrow(Part.FILENAME));
133 if (TextUtils.isEmpty(filePath)) {
134 filePath = c.getString(
140 filePath = uri.getPath();
168 mPath = filePath;
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechWrapper.java 178 public static boolean isSoundFile(String filePath) {
184 mp.setDataSource(filePath);
  /external/webkit/Source/WebCore/fileapi/
FileSystemCallbacks.h 128 static PassOwnPtr<ResolveURICallbacks> create(PassRefPtr<EntryCallback>, PassRefPtr<ErrorCallback>, ScriptExecutionContext*, const String& filePath);
132 ResolveURICallbacks(PassRefPtr<EntryCallback>, PassRefPtr<ErrorCallback>, ScriptExecutionContext*, const String& filePath);
DOMFileSystemBase.h 71 static bool crackFileSystemURL(const KURL&, AsyncFileSystem::Type&, String& filePath);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.cpp 127 bool CacheResult::writeToFile(const String& filePath) const
137 m_filePath = filePath.threadsafeCopy();
  /packages/apps/Mms/src/com/android/mms/
TempFileProvider.java 145 String filePath = getScrapPath(context);
156 File oldTempFile = new File(filePath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 366 String filePath = m.group(1);
367 if (filePath.startsWith(rootPath) == false) {
375 filePath = filePath.substring(rootPathLength);
377 if (filePath.startsWith(File.separator)) {
378 filePath = filePath.substring(1);
382 IFile f = project.getFile(new Path(filePath));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 164 String filePath = osRoot + File.separator + fileRelativePath;
165 String originalError = filePath + aaptError.substring(aaptError.indexOf(':'));
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 77 * @param filePath the file path for the class, excluding any base
83 String filePath, boolean rop, Args args) {
84 BlockDumper bd = new BlockDumper(bytes, out, filePath,
93 BlockDumper(byte[] bytes, PrintStream out, String filePath,
95 super(bytes, out, filePath, args);
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 44 filePath = os.path.join(root, name)
47 log.info("removing '%s'", filePath)
48 os.unlink(filePath)
52 filePath, exc
  /external/webkit/Source/WebCore/platform/
SharedBuffer.h 58 static PassRefPtr<SharedBuffer> createWithContentsOfFile(const String& filePath);
  /frameworks/base/include/androidfw/
BackupHelpers.h 138 const String8& rootPath, const String8& filePath, BackupDataWriter* outputStream);
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 222 SmallString<64> filePath(file->getName());
223 FileMgr.FixupRelativePath(filePath);
224 Remapper.remap(filePath.str(), memBuf);
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 184 NSString *filePath = pathFromFont(initialFont.get());
185 if (!filePath)
186 filePath = @"not known";
195 LOG_ERROR("unable to initialize with font %@ at %@", initialFont.get(), filePath);
200 LOG_ERROR("unable to initialize with font %@ at %@", initialFont.get(), filePath);
207 [m_platformData.font() familyName], [initialFont.get() familyName], filePath);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriImage.java 261 String filePath = mUri.getPath();
262 details.addDetail(MediaDetails.INDEX_PATH, filePath);
263 MediaDetails.extractExifInfo(details, filePath);
  /packages/apps/Mms/tests/src/com/android/mms/ui/
SmsTest.java 155 String filePath = String.format("%s/%s", targetAppContext.getFilesDir(), messageFileName);
156 Log.v(TAG, "filePath: " + filePath);
158 byte[] buffer = new byte[(int) new File(filePath).length()];
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 77 * @param filePath {@code non-null;} the file path for the class,
84 public static ClassDefItem translate(String filePath, byte[] bytes,
87 return translate0(filePath, bytes, cfOptions, dexOptions);
89 String msg = "...while processing " + filePath;
99 * @param filePath {@code non-null;} the file path for the class,
106 private static ClassDefItem translate0(String filePath, byte[] bytes,
109 new DirectClassFile(bytes, filePath, cfOptions.strictNameCheck);
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 42 my $filePath = $CollationDataPath . "/";
77 my @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -qsort`;
78 my @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -qsort`;
89 @icu = `$p -locale @locale[$n] -loop 1000 -file $filePath@data[$n] -keygen`;
90 @nix = `$p -locale @locale[$n] -unix -loop 1000 -file $filePath@data[$n] -keygen`;
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 70 Archive* Archive::CreateEmpty(const sys::Path& FilePath, LLVMContext& C) {
71 Archive* result = new Archive(FilePath, C);
159 Archive::addFileBefore(const sys::Path& filePath, iterator where,
162 if (sys::fs::exists(filePath.str(), Exists) || !Exists) {
171 mbr->path = filePath;
180 bool hasSlash = filePath.str().find('/') != std::string::npos;
183 if (hasSlash || filePath.str().length() > 15)
  /frameworks/av/media/mtp/
MtpServer.cpp 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);
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm 498 NSString *filePath = [[NSString alloc] initWithFormat:@"%@/%s", databasePath, uniqueKey];
499 NSData *data = [[NSData alloc] initWithContentsOfFile:filePath];
525 [filePath release];
668 NSString *filePath = [databaseDirectory stringByAppendingPathComponent:file];
669 if (![fileManager removeItemAtPath:filePath error:NULL])
670 LOG_ERROR("Failed to delete %@ from old icon directory", filePath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 133 IPath filePath = dialog.getResult();
134 if (filePath == null) {
139 IFile file = workspace.getRoot().getFile(filePath);

Completed in 1114 milliseconds

1 2 34 5 6 7 8 9