/external/qemu/android/ |
D | user-config.c | 55 char* parentPath; in auserConfig_new() local 87 parentPath = path_parent(uc->iniPath, 1); in auserConfig_new() 88 if (parentPath == NULL) { in auserConfig_new() 94 if (!path_exists(parentPath)) { in auserConfig_new() 96 derror("Weird: No content path for this AVD: %s", parentPath); in auserConfig_new() 99 DD("creating missing directory: %s", parentPath); in auserConfig_new() 100 if (path_mkdir_if_needed(parentPath, 0755) < 0) { in auserConfig_new() 102 parentPath, strerror(errno)); in auserConfig_new()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPIteratorImpl.java | 245 public NodeIterator(XMPNode visitedNode, String parentPath, int index) in NodeIterator() argument 255 path = accumulatePath(visitedNode, parentPath, index); in NodeIterator() 399 protected String accumulatePath(XMPNode currNode, String parentPath, int currentIndex) in accumulatePath() argument 419 if (parentPath == null || parentPath.length() == 0) in accumulatePath() 431 return parentPath + separator + segmentName; in accumulatePath() 525 private String parentPath; 537 public NodeIteratorChildren(XMPNode parentNode, String parentPath) 543 this.parentPath = accumulatePath(parentNode, parentPath, 1); 578 path = accumulatePath(child, parentPath, index);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | NetworkWorkspaceBinding.js | 85 addFile: function(parentPath, name, url, contentProvider) argument 87 return this.addContentProvider(parentPath, name, url, contentProvider); 132 var parentPath = splitURL.slice(1, splitURL.length - 1).join("/"); 135 var path = projectDelegate.addFile(parentPath, name, url, contentProvider);
|
D | Workspace.js | 39 WebInspector.FileDescriptor = function(parentPath, name, originURL, url, contentType) argument 41 this.parentPath = parentPath; 271 …var path = fileDescriptor.parentPath ? fileDescriptor.parentPath + "/" + fileDescriptor.name : fil… 276 …uiSourceCode = new WebInspector.UISourceCode(this, fileDescriptor.parentPath, fileDescriptor.name,… 432 … var newPath = uiSourceCode.parentPath() ? uiSourceCode.parentPath() + "/" + newName : newName;
|
D | ContentProviderBasedProjectDelegate.js | 308 addContentProvider: function(parentPath, name, url, contentProvider) argument 310 var path = parentPath ? parentPath + "/" + name : name; 313 …var fileDescriptor = new WebInspector.FileDescriptor(parentPath, name, url, url, contentProvider.c…
|
D | FileSystemWorkspaceBinding.js | 310 var parentPath = filePath.substring(0, slash); 311 filePath = parentPath + "/" + validNewName;
|
D | UISourceCode.js | 43 WebInspector.UISourceCode = function(project, parentPath, name, originURL, url, contentType) argument 46 this._parentPath = parentPath; 103 parentPath: function() method in WebInspector.UISourceCode
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
D | EntrySync.cpp | 84 String parentPath = DOMFilePath::getDirectory(fullPath()); in getParent() local 85 return DirectoryEntrySync::create(m_fileSystem, parentPath); in getParent()
|
/external/deqp/framework/delibs/decpp/ |
D | deFilePath.cpp | 260 FilePath parentPath (dirPath.getDirName()); in createDirectory() local 264 else if (!parentPath.exists()) in createDirectory() 266 else if (parentPath.getType() != FilePath::TYPE_DIRECTORY) in createDirectory()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
D | NavigatorView.js | 113 var folderNode = this._folderNode(projectNode, uiSourceCode.parentPath()); 366 var path = uiSourceCode.parentPath();
|
/external/chromium_org/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 1061 parentPath: null, property 1069 ret.path = ret.parentPath = '/'; 1079 ret.parentPath = traversed.length == 1 ? '/' : traversed.join('/'); 2548 finalPath = path.parentPath + '/' + path.name; 3281 } else if (newObj.parentPath && 3282 newObj.parentPath.indexOf(oldObj.path) == 0) {
|
/external/chromium_org/tools/win/split_link/viz.js/ |
D | viz.js | 1006 parentPath: null, property 1014 ret.path = ret.parentPath = '/'; 1024 ret.parentPath = traversed.length == 1 ? '/' : traversed.join('/'); 2495 finalPath = path.parentPath + '/' + path.name;
|