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

1 2

  /external/qemu/android/
user-config.c 55 char* parentPath;
87 parentPath = path_parent(uc->iniPath, 1);
88 if (parentPath == NULL) {
94 if (!path_exists(parentPath)) {
96 derror("Weird: No content path for this AVD: %s", parentPath);
99 DD("creating missing directory: %s", parentPath);
100 if (path_mkdir_if_needed(parentPath, 0755) < 0) {
102 parentPath, strerror(errno));
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_derivedsourcesallinone.py 123 (parentPath, fileName) = os.path.split(f)
173 (parentPath, fileName) = os.path.split(outputFileName)
174 if not os.path.exists(parentPath):
175 print parentPath
176 os.mkdir(parentPath)
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTest.java 91 String parentPath = remoteFile.getParent();
92 if (parentPath != null) {
93 if (!createRemoteDir(parentPath)) {
VMHostTest.java 123 String parentPath = f.getParent();
124 if (parentPath != null) {
125 createRemoteDir(device, parentPath);
  /external/webkit/Source/WebCore/fileapi/
EntrySync.cpp 101 String parentPath = DOMFilePath::getDirectory(fullPath());
102 return DirectoryEntrySync::create(m_fileSystem, parentPath);
  /development/tools/idegen/src/
Configuration.java 189 String parentPath = parent.getPath();
190 if (!parentPath.endsWith(packagePath)) {
195 return new File(parentPath.substring(
196 0, parentPath.length() - packagePath.length()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerDeltaVisitor.java 194 IPath parentPath = path.removeLastSegments(1);
195 if (mOutputPath.equals(parentPath)) {
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
ClassContext.java 173 String parentPath = file.getParentFile().getPath();
174 if (parentPath.startsWith(topPath)) {
175 String relative = parentPath.substring(topPath.length() + 1);
  /sdk/manifmerger/src/com/android/manifmerger/
ManifestMerger.java 346 String parentPath = path.substring(0, pos);
347 Element parent = findFirstElement(mMainDoc, parentPath);
352 parentPath);
440 String parentPath = path.substring(0, pos);
441 Element parent = findFirstElement(mMainDoc, parentPath);
446 parentPath);
581 String parentPath = "/manifest"; //$NON-NLS-1$
582 Element parent = findFirstElement(mMainDoc, parentPath);
587 parentPath);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 117 String parentPath = cursor.getString(0);
118 assertEquals(b, parentPath);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
pde-ant.jar 
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 330 String parentPath = path.substring(0, delimiterIdx);
331 final ImapFolder parentFolder = mailboxes.get(parentPath);
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 325 IPath parentPath = parent.getProjectRelativePath();
326 final IFile file = project.getFile(new Path(parentPath + WS_SEP + newFileName));
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 1272 milliseconds

1 2