HomeSort by relevance Sort by last modified time
    Searched full:parentpath (Results 1 - 22 of 22) sorted by null

  /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/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 242 * @param parentPath the accumulated path of the node
245 public NodeIterator(XMPNode visitedNode, String parentPath, int index)
255 path = accumulatePath(visitedNode, parentPath, index);
395 * @param parentPath the path up to this node.
399 protected String accumulatePath(XMPNode currNode, String parentPath, int currentIndex)
419 if (parentPath == null || parentPath.length() == 0)
431 return parentPath + separator + segmentName;
525 private String parentPath;
535 * @param parentPath the full path of the former node without the leaf node
    [all...]
  /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/chromium/chrome/browser/ui/cocoa/download/
download_util_mac.mm 33 NSString* parentPath = [filePath stringByDeletingLastPathComponent];
35 reinterpret_cast<const UInt8*>([parentPath fileSystemRepresentation]),
  /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)
  /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()));
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 121 String parentPath = cursor.getString(0);
122 assertEquals(b, parentPath);
  /packages/apps/Gallery2/src/com/android/photos/shims/
MediaItemsLoader.java 71 public MediaItemsLoader(Context context, String parentPath) {
74 mMediaSet = mDataManager.getMediaSet(parentPath);
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.cc 275 std::string parentpath; local
296 parentpath = disk->partition_slave();
304 parentpath,
  /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);
  /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));
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java     [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 
lint-api.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
pde-ant.jar 
  /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.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.equinox.security_1.0.200.v20100503.jar 

Completed in 1622 milliseconds