HomeSort by relevance Sort by last modified time
    Searched refs:parentPath (Results 1 - 4 of 4) 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));
  /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/
PostCompilerDeltaVisitor.java 192 IPath parentPath = path.removeLastSegments(1);
193 if (mOutputPath.equals(parentPath)) {
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 275 milliseconds