Home
last modified time | relevance | path

Searched refs:extrapath (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/pynche/
DPyncheWidget.py19 def __init__(self, version, switchboard, master=None, extrapath=[]): argument
63 views = make_view_popups(self.__sb, self.__tkroot, extrapath)
290 def make_view_popups(switchboard, root, extrapath): argument
293 dirs = [os.path.dirname(__file__)] + extrapath
/third_party/ntfs-3g/
Dconfigure.ac381 extrapath=default
383 extrapath=
385 extrapath=$with_uuid
387 extrapath=default
389 if test "x$extrapath" != "x"; then
390 if test "x$extrapath" != "xdefault"; then
391 MKNTFS_CPPFLAGS="$MKNTFS_CPPFLAGS -I$extrapath/include"
392 MKNTFS_LIBS="$MKNTFS_LIBS -L$extrapath/lib"