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

1 2 34 5 6 7

  /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/Camera/src/com/android/camera/
Thumbnail.java 252 public static Bitmap createVideoThumbnail(String filePath, int targetWidth) {
253 return createVideoThumbnail(filePath, null, targetWidth);
256 private static Bitmap createVideoThumbnail(String filePath, FileDescriptor fd, int targetWidth) {
260 if (filePath != null) {
261 retriever.setDataSource(filePath);
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 232 void FileRemapper::remap(llvm::StringRef filePath, llvm::MemoryBuffer *memBuf) {
233 remap(getOriginalFile(filePath), memBuf);
236 void FileRemapper::remap(llvm::StringRef filePath, llvm::StringRef newPath) {
237 const FileEntry *file = getOriginalFile(filePath);
257 const FileEntry *FileRemapper::getOriginalFile(llvm::StringRef filePath) {
258 const FileEntry *file = FileMgr->getFile(filePath);
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechWrapper.java 178 public static boolean isSoundFile(String filePath) {
184 mp.setDataSource(filePath);
  /cts/tools/host/test/com/android/cts/
CtsTestBase.java 120 * @param filePath The file to be created.
122 protected void createFile(String content, String filePath)
124 BufferedWriter out = new BufferedWriter(new FileWriter(filePath));
  /external/collada/src/dae/
daeURI.cpp 640 // Decide how many ../ segments are needed (Filepath should always end in a /)
794 string cdom::filePathToUri(const string& filePath) {
795 return nativePathToUri(filePath);
806 string filePath;
810 filePath += string("\\\\") + authority; // UNC path
826 filePath += path;
829 filePath = replace(filePath, "%20", " ");
831 return filePath;
daeZAEUncompressHandler.cpp 259 bool daeZAEUncompressHandler::checkAndExtractInternalArchive( const std::string& filePath )
261 unzFile zipFile = unzOpen(filePath.c_str());
270 boost::filesystem::path archivePath(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
140 m_filePath = filePath.threadsafeCopy();
  /external/webkit/Source/WebKit/android/jni/
CacheManager.cpp 93 String filePath = pathByAppendingComponent(getCacheFileBaseDir(env), encodedUrl.data());
94 if (!result->writeToFile(filePath))
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaDetails.java 136 public static void extractExifInfo(MediaDetails details, String filePath) {
138 ExifInterface exif = new ExifInterface(filePath);
UriImage.java 244 String filePath = mUri.getPath();
245 details.addDetail(MediaDetails.INDEX_PATH, filePath);
246 MediaDetails.extractExifInfo(details, filePath);
  /packages/apps/Mms/src/com/android/mms/
TempFileProvider.java 156 String filePath = getScrapPath();
168 File oldTempFile = new File(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/webkit/Source/WebCore/platform/
SharedBuffer.h 58 static PassRefPtr<SharedBuffer> createWithContentsOfFile(const String& filePath);
  /frameworks/base/include/utils/
BackupHelpers.h 138 const String8& rootPath, const String8& filePath, BackupDataWriter* outputStream);
  /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);
  /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 69 Archive* Archive::CreateEmpty(const sys::Path& FilePath, LLVMContext& C) {
70 Archive* result = new Archive(FilePath, C);
158 Archive::addFileBefore(const sys::Path& filePath, iterator where,
161 if (sys::fs::exists(filePath.str(), Exists) || !Exists) {
170 mbr->path = filePath;
179 bool hasSlash = filePath.str().find('/') != std::string::npos;
182 if (hasSlash || filePath.str().length() > 15)
  /frameworks/base/media/mtp/
MtpServer.cpp 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);
    [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);
  /external/webkit/Tools/MiniBrowser/mac/
AppDelegate.m 255 NSString* filePath = [[sheet filenames] objectAtIndex:0];
263 [controller loadURLString:[[NSURL fileURLWithPath:filePath] absoluteString]];

Completed in 570 milliseconds

1 2 34 5 6 7