HomeSort by relevance Sort by last modified time
    Searched refs:newPath (Results 1 - 25 of 53) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/id3/
testid3.cpp 133 char newPath[MAXPATHLEN];
134 strcpy(newPath, path);
135 strcat(newPath, "/");
136 strcat(newPath, ent->d_name);
139 scan(newPath);
145 scanFile(newPath);
  /external/webkit/Tools/MIDLWrapper/
MIDLWrapper.cpp 56 wchar_t* newPath = new wchar_t[newPathLength + 1];
59 wchar_t* d = newPath;
68 envp[pathIndex] = newPath;
  /frameworks/base/graphics/java/android/renderscript/
Path.java 71 Path newPath = new Path(id, rs, p, null, null, quality);
72 return newPath;
  /external/webkit/Source/WebCore/fileapi/
DOMFilePath.cpp 53 String newPath = path;
54 newPath.append(DOMFilePath::separator);
55 return newPath;
  /external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp 87 wstring newPath;
88 newPath.append(qtPath);
89 newPath.append(L";");
90 newPath.append(oldPath.data(), oldPath.size());
91 ::SetEnvironmentVariableW(pathEnvironmentVariable, newPath.data());
  /frameworks/base/core/java/android/content/
UriMatcher.java 169 String newPath = path;
172 newPath = path.substring(1);
174 tokens = PATH_SPLIT_PATTERN.split(newPath);
  /libcore/luni/src/main/java/java/io/
File.java 185 char[] newPath = origPath.toCharArray();
186 int length = newPath.length;
189 char ch = newPath[i];
192 newPath[newLength++] = separatorChar;
196 newPath[newLength++] = ch;
205 return (newLength != length) ? new String(newPath, 0, newLength) : origPath;
    [all...]
  /external/clang/include/clang/ARCMigrate/
FileRemapper.h 56 void remap(StringRef filePath, StringRef newPath);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
resources-ant.jar 
  /external/icu4c/test/intltest/
ucdtest.cpp 198 char newPath[256];
204 strcpy(newPath, pathToDataDirectory());
205 strcat(newPath, "unidata" U_FILE_SEP_STRING "DerivedCoreProperties.txt");
218 char *path=newPath;
219 u_parseDelimitedFile(newPath, ';', fields, 2, derivedPropsLineFn, this, &errorCode);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 479 String newPath = sb.toString();
481 if (newPath.equals(currPath) && newPath.equals(mLastFolderUsedInCombo)) {
488 TreeSet<String> filePaths = mFolderCache.get(newPath);
493 IFolder folder = mProject.getFolder(newPath);
499 filePaths.add(newPath + name);
507 mFolderCache.put(newPath, filePaths);
510 currPath = newPath + leafName;
537 mLastFolderUsedInCombo = newPath;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 774 GeneralPath newPath = new GeneralPath();
778 newPath.append(iterator, false /*connect*/);
781 dst.mPath = newPath;
783 mPath = newPath;
803 GeneralPath newPath = new GeneralPath();
807 newPath.append(iterator, false /*connect*/);
810 dst.mPath = newPath;
812 mPath = newPath;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoringTest.java 154 IPath newPath = sourcePath.removeLastSegments(1).append(layoutName + DOT_XML);
155 fileToGolden.put(newPath, layoutName + DOT_XML);
ExtractStyleRefactoringTest.java 218 IPath newPath = refactoring.getStyleFile(getProject()).getProjectRelativePath();
219 fileToGolden.put(newPath, styleFileName);
  /external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp 158 CGMutablePathRef newPath = CGPathCreateMutable();
159 CGPathAddPath(newPath, &translation, m_path);
161 m_path = newPath;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
ChooseConfigurationPage.java 212 String newPath = sb.toString();
213 mValues.folderPath = newPath;
214 mWsFolderPathTextField.setText(newPath);
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 144 SmallString<200> newPath = StringRef(FE->getName());
145 fs::make_absolute(newPath);
146 infoOut << newPath << '\n';
242 void FileRemapper::remap(StringRef filePath, StringRef newPath) {
244 const FileEntry *newfile = FileMgr->getFile(newPath);
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 100 NSString *newPath = [thePath stringByResolvingSymlinksInPath];
107 return newPath;
113 return newPath;
117 newPath = [(NSURL *)URL path];
121 return newPath;
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 736 String newPath = path.substring(0, lastSlash + 1) + newName;
737 File newFile = new File(newPath);
740 Log.w(TAG, "renaming "+ path + " to " + newPath + " failed");
746 values.put(Files.FileColumns.DATA, newPath);
756 Log.e(TAG, "Unable to update path for " + path + " to " + newPath);
765 if (oldFile.getName().startsWith(".") && !newPath.startsWith(".")) {
768 mMediaProvider.call(mPackageName, MediaStore.UNHIDE_CALL, newPath, null);
770 Log.e(TAG, "failed to unhide/rescan for " + newPath);
776 && !newPath.toLowerCase(Locale.US).equals(".nomedia")) {
780 Log.e(TAG, "failed to unhide/rescan for " + newPath);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 320 SkPath newPath;
321 newPath.addPath(*path, x + offsetX, y + offsetY);
322 canvas->drawPath(newPath, *paint);
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 198 final String newPath = ContactPhotoUtils.pathForNewCameraPhoto(fileName);
204 new String[] { newPath },
209 final Intent intent = getCropImageIntent(newPath, croppedPath);
  /external/webkit/Source/WebKit/android/plugins/
ANPPathInterface.cpp 98 ASSIGN(i, newPath);
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 183 int yaffs_rename(const char *oldPath, const char *newPath) ;
203 int yaffs_symlink(const char *oldpath, const char *newpath);
206 int yaffs_link(const char *oldpath, const char *newpath);
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 451 String newPath = beamRoot + "beam-" + sdf.format(new Date());
452 File newFile = new File(newPath);
455 newPath = beamRoot + "beam-" + sdf.format(new Date()) + "-" +
457 newFile = new File(newPath);
  /packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
GalleryWidgetMigrator.java 160 String newPath = NEW_EXT_PATH + entry.relativePath;
161 int newBucketId = GalleryUtils.getBucketId(newPath);

Completed in 860 milliseconds

1 2 3