Searched refs:abs_path (Results 1 – 13 of 13) sorted by relevance
183 def LoadImage(self, abs_path): argument184 if abs_path in self.loaded_images:185 return self.loaded_images[abs_path]187 if not os.path.exists(abs_path):188 raise module.DepsException("url('%s') did not exist" % abs_path)190 res = self.FindResourceGivenAbsolutePath(abs_path, binary=True)192 raise module.DepsException("url('%s') was not in search path" % abs_path)195 self.loaded_images[abs_path] = image
84 abs_path = os.path.abspath(os.path.join(containing_dirname, url))85 image = self.loader.LoadImage(abs_path)
25 abs_path = os.path.join(catapult_dir, test['path'])26 self.assertTrue(os.path.exists(abs_path), msg=(
18 abs_path = os.path.join( dir, path )19 if not os.path.isfile(abs_path):
389 my $clipubkeyf_config = abs_path("$path/$clipubkeyf");390 my $hstprvkeyf_config = abs_path("$path/$hstprvkeyf");762 my $identity_config = abs_path("$path/$identity");763 my $knownhosts_config = abs_path("$path/$knownhosts");
184 $capath = abs_path($path);186 $certfile = abs_path($certfile);
6 use lib dirname(abs_path($0));
173 print OUT abs_path($file), "\n";
58 my $path = dirname(Cwd::abs_path($0));
29 $sl4a_path = abs_path($0);
212 abs_path = os.path.join(autodir, path)213 abs_path = utils.sh_escape(abs_path)214 commands.append("mkdir -p '%s'" % abs_path)215 commands.append("touch '%s'/__init__.py" % abs_path)
415 $BugFile = abs_path($1);1483 $Options{OutputDir} = abs_path($OutDir);
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...