Home
last modified time | relevance | path

Searched refs:parentPath (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSimpleWorkspaceProvider.js90 …addFile: function(parentPath, name, forceUniquePath, url, contentProvider, isEditable, isContentSc… argument
93 name = this._ensureUniqueName(parentPath, name);
94 …return this.addContentProvider(parentPath, name, url, contentProvider, isEditable, isContentScript…
102 _ensureUniqueName: function(parentPath, name) argument
104 var path = parentPath ? parentPath + "/" + name : name;
182 var parentPath = splitURL.slice(1, splitURL.length - 1).join("/");
185 …var path = projectDelegate.addFile(parentPath, name, forceUnique, url, contentProvider, isEditable…
DWorkspace.js41 WebInspector.FileDescriptor = function(parentPath, name, originURL, url, contentType, isEditable, i… argument
43 this.parentPath = parentPath;
222 …var path = fileDescriptor.parentPath ? fileDescriptor.parentPath + "/" + fileDescriptor.name : fil…
227 …uiSourceCode = new WebInspector.UISourceCode(this, fileDescriptor.parentPath, fileDescriptor.name,…
382 … var newPath = uiSourceCode.parentPath() ? uiSourceCode.parentPath() + "/" + newName : newName;
DContentProviderBasedProjectDelegate.js355 … addContentProvider: function(parentPath, name, url, contentProvider, isEditable, isContentScript) argument
357 var path = parentPath ? parentPath + "/" + name : name;
358 …var fileDescriptor = new WebInspector.FileDescriptor(parentPath, name, url, url, contentProvider.c…
DUISourceCode.js43 WebInspector.UISourceCode = function(project, parentPath, name, originURL, url, contentType, isEdit… argument
46 this._parentPath = parentPath;
98 parentPath: function() method in WebInspector.UISourceCode
DNavigatorView.js87 var folderNode = this._folderNode(projectNode, uiSourceCode.parentPath());
341 var path = uiSourceCode.parentPath();
/external/qemu/android/
Duser-config.c55 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/
DXMPIteratorImpl.java245 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/modules/filesystem/
DEntrySync.cpp84 String parentPath = DOMFilePath::getDirectory(fullPath()); in getParent() local
85 return DirectoryEntrySync::create(m_fileSystem, parentPath); in getParent()
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_util_mac.mm33 NSString* parentPath = [filePath stringByDeletingLastPathComponent];
35 reinterpret_cast<const UInt8*>([parentPath fileSystemRepresentation]),
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dfile_manager.js1497 var parentPath = pathNodes.join('/');
1499 parentPath,
/external/chromium_org/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js1061 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/
Dviz.js1006 parentPath: null, property
1014 ret.path = ret.parentPath = '/';
1024 ret.parentPath = traversed.length == 1 ? '/' : traversed.join('/');
2495 finalPath = path.parentPath + '/' + path.name;