Searched refs:join_path (Results 1 - 6 of 6) sorted by relevance

/external/dtc/
H A Dfstree.c46 tmpname = join_path(dirname, de->d_name);
H A Dutil.h72 extern char *join_path(const char *path, const char *name);
H A Ddtc.c49 tree->fullpath = join_path(prefix, tree->name);
H A Dsrcpos.c78 fullname = join_path(dirname, fname);
H A Dutil.c79 char *join_path(const char *path, const char *name) function
/external/libmojo/third_party/jinja2/
H A Denvironment.py519 :meth:`join_path` if necessary, not the filename on the file system.
744 def join_path(self, template, parent): member in class:Environment
774 If the `parent` parameter is not `None`, :meth:`join_path` is called
790 name = self.join_path(name, parent)
813 name = self.join_path(name, parent)

Completed in 220 milliseconds