Searched refs:absPath (Results 1 - 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/vinn/vinn/
H A Dhtml_imports_loader.js103 var absPath = hrefToAbsolutePath(href);
104 loadHTMLFile.call(global, absPath, href);
108 var absPath = hrefToAbsolutePath(href);
109 loadFile.call(global, absPath, href);
112 function loadHTMLFile(absPath, opt_href) {
113 var href = opt_href || absPath;
114 if (loadedModulesByFilePath[absPath])
116 loadedModulesByFilePath[absPath] = true;
118 var html_content = readFileContents(absPath);
143 function loadFile(absPath, opt_hre
[all...]
H A Dpath_utils.js41 return this.os_client_.exists(this.absPath(fileName));
67 absPath: function(a) {
78 var a = this.absPath(a);
82 relTo = this.normPath(this.absPath(opt_relTo));
H A Dpath_utils_test.js35 assert.equal(path_utils.absPath('c'), '/a/b/c');
36 assert.equal(path_utils.absPath('./c'), '/a/b/c');
37 assert.equal(path_utils.absPath('./c/d'), '/a/b/c/d');
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DDefaultFileSystemTest.groovy144 assertEquals("<empty>", absPath(""), fileSystem.normalize(""))
145 assertEquals("abc", absPath("abc"), fileSystem.normalize("abc"))
146 assertEquals("abc\\def", absPath("abc","def"), fileSystem.normalize("abc\\def"))
147 assertEquals("abc/def", absPath("abc","def"), fileSystem.normalize("abc/def"))
148 assertEquals("abc/def/..", absPath("abc"), fileSystem.normalize("abc/def/.."))
149 assertEquals("abc\\def\\.", absPath("abc","def"), fileSystem.normalize("abc\\def\\."))
150 assertEquals("\\abc", absPath("\\abc"), fileSystem.normalize("\\abc"))
151 assertEquals("/abc", absPath("/abc"), fileSystem.normalize("/abc"))
184 def absPath = new File(".").absolutePath
185 assert fileSystem.isAbsolute(absPath)
[all...]
/external/skia/platform_tools/android/bin/utils/
H A Dsetup_toolchain.sh24 if [ $(type -t absPath) != 'function' ]; then
25 echo "ERROR: The absPath function is expected to be defined"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 337 milliseconds