Searched refs:parentDirectory (Results 1 – 2 of 2) sorted by relevance
101 File parentDirectory = file.getParentFile(); in getOutputStream() local102 if (parentDirectory != null && in getOutputStream()103 !parentDirectory.exists() && in getOutputStream()104 !parentDirectory.mkdirs()) in getOutputStream()106 throw new IOException("Can't create directory [" + parentDirectory.getPath() + "]"); in getOutputStream()
209 _directoryContentReceived: function(parentDirectory, callback, errorCode, backendEntries) argument219 …entries.push(new WebInspector.FileSystemModel.Directory(this, parentDirectory.fileSystem, backendE…221 …entries.push(new WebInspector.FileSystemModel.File(this, parentDirectory.fileSystem, backendEntrie…