Searched refs:icondir (Results 1 – 4 of 4) sorted by relevance
/third_party/wayland_standard/cursor/ |
D | meson.build | 1 icondir = get_option('icon_directory') variable 2 if icondir == '' variable 3 icondir = join_paths(get_option('prefix'), get_option('datadir'), 'icons') variable 15 c_args: [ '-DICONDIR="@0@"'.format(icondir) ],
|
/third_party/wayland_standard/ |
D | configure.ac | 102 AC_ARG_WITH(icondir, [ --with-icondir=<dir> Look for cursor icons here], optwith
|
/third_party/python/Lib/idlelib/ |
D | tree.py | 37 def listicons(icondir=ICONDIR): argument 41 list = glob.glob(os.path.join(glob.escape(icondir), "*.gif"))
|
D | pyshell.py | 1622 icondir = os.path.join(os.path.dirname(__file__), 'Icons') 1624 iconfile = os.path.join(icondir, 'idle.ico') 1633 iconfiles = [os.path.join(icondir, 'idle_%d%s' % (size, ext))
|