Home
last modified time | relevance | path

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

/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/devtools/front_end/sdk/
DNetworkWorkspaceBinding.js85 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);
DWorkspace.js39 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;
DContentProviderBasedProjectDelegate.js308 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…
DFileSystemWorkspaceBinding.js310 var parentPath = filePath.substring(0, slash);
311 filePath = parentPath + "/" + validNewName;
DUISourceCode.js43 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/
DEntrySync.cpp84 String parentPath = DOMFilePath::getDirectory(fullPath()); in getParent() local
85 return DirectoryEntrySync::create(m_fileSystem, parentPath); in getParent()
/external/deqp/framework/delibs/decpp/
DdeFilePath.cpp260 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/
DNavigatorView.js113 var folderNode = this._folderNode(projectNode, uiSourceCode.parentPath());
366 var path = uiSourceCode.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;