Home
last modified time | relevance | path

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

/external/srec/portable/src/
DPFileSystem.c327 LCHAR absolutePath[P_PATH_MAX]; in PFileSystemCreatePFile() local
337 LSTRCPY(absolutePath, filename); in PFileSystemCreatePFile()
338 lstrtrim(absolutePath); in PFileSystemCreatePFile()
340 CHKLOG(rc, PFileSystemGetAbsolutePath(absolutePath, &len)); in PFileSystemCreatePFile()
341 CHKLOG(rc, PFileSystemGetFS(absolutePath, &fileSystem, NULL)); in PFileSystemCreatePFile()
342 rc = fileSystem->createPFile(fileSystem, absolutePath, littleEndian, self); in PFileSystemCreatePFile()
347 PLogError("%s, %s, %s", ESR_rc2str(rc), filename, absolutePath); in PFileSystemCreatePFile()
358 LCHAR absolutePath[P_PATH_MAX]; in PFileSystemMkdir() local
368 LSTRCPY(absolutePath, path); in PFileSystemMkdir()
369 lstrtrim(absolutePath); in PFileSystemMkdir()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DSystemIDResolver.java69 String absolutePath = localPath; in getAbsoluteURIFromRelative()
74 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
84 if (null != absolutePath) in getAbsoluteURIFromRelative()
86 if (absolutePath.startsWith(File.separator)) in getAbsoluteURIFromRelative()
87 urlString = "file://" + absolutePath; in getAbsoluteURIFromRelative()
89 urlString = "file:///" + absolutePath; in getAbsoluteURIFromRelative()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSystemIDResolver.java62 String absolutePath = localPath; in getAbsoluteURIFromRelative()
67 absolutePath = getAbsolutePathFromRelativePath(localPath); in getAbsoluteURIFromRelative()
77 if (null != absolutePath) in getAbsoluteURIFromRelative()
79 if (absolutePath.startsWith(File.separator)) in getAbsoluteURIFromRelative()
80 urlString = "file://" + absolutePath; in getAbsoluteURIFromRelative()
82 urlString = "file:///" + absolutePath; in getAbsoluteURIFromRelative()
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DDOMFileSystemBase.cpp161 …::pathToAbsolutePath(FileSystemType type, const EntryBase* base, String path, String& absolutePath) in pathToAbsolutePath() argument
167 absolutePath = DOMFilePath::removeExtraParentReferences(path); in pathToAbsolutePath()
169 …SystemTypeTemporary && type != FileSystemTypePersistent) || DOMFilePath::isValidPath(absolutePath); in pathToAbsolutePath()
350 String absolutePath; in getFile() local
351 if (!pathToAbsolutePath(m_type, entry, path, absolutePath)) { in getFile()
356 …acks(EntryCallbacks::create(successCallback, errorCallback, m_context, this, absolutePath, false)); in getFile()
360 … fileSystem()->createFile(createFileSystemURL(absolutePath), flags.exclusive, callbacks.release()); in getFile()
362 fileSystem()->fileExists(createFileSystemURL(absolutePath), callbacks.release()); in getFile()
372 String absolutePath; in getDirectory() local
373 if (!pathToAbsolutePath(m_type, entry, path, absolutePath)) { in getDirectory()
[all …]
DFileSystemCallbacks.cpp238 String absolutePath; in didResolveURL() local
239 if (!DOMFileSystemBase::pathToAbsolutePath(type, root, filePath, absolutePath)) { in didResolveURL()
245 …tOrScheduleCallback(m_successCallback.release(), DirectoryEntry::create(filesystem, absolutePath)); in didResolveURL()
247 …eEventOrScheduleCallback(m_successCallback.release(), FileEntry::create(filesystem, absolutePath)); in didResolveURL()
DDOMFileSystemBase.h104 …tatic bool pathToAbsolutePath(FileSystemType, const EntryBase*, String path, String& absolutePath);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DVersionNumberStripper.java56 String absolutePath = files[i].getAbsolutePath(); in stripVersions() local
57 String path = absolutePath.substring(0, absolutePath.length() in stripVersions()
DCompileErrorCheck.java97 String absolutePath = aFile.getAbsolutePath(); in findLogs() local
98 if (absolutePath.endsWith(".xml")) { in findLogs()
100 } else if (absolutePath.endsWith(".jar.bin.log")||absolutePath.endsWith("dot.bin.log")){ in findLogs()
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
DSQLiteFileSystemWin.cpp119 int, char* absolutePath) in chromiumFullPathname() argument
122 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath); in chromiumFullPathname()
DSQLiteFileSystemPosix.cpp147 int, char* absolutePath) in chromiumFullPathname() argument
150 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath); in chromiumFullPathname()
/external/chromium_org/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js1034 },absolutePath:function (relative, base) { method
1064 path = FS.absolutePath(path);
1100 var link = FS.absolutePath(current.link, traversed.join('/'));
3333 var path = FS.absolutePath(Pointer_stringify(dirname));
/external/chromium_org/tools/win/split_link/viz.js/
Dviz.js979 },absolutePath:function (relative, base) { method
1009 path = FS.absolutePath(path);
1045 var link = FS.absolutePath(current.link, traversed.join('/'));