Home
last modified time | relevance | path

Searched refs:icondir (Results 1 – 4 of 4) sorted by relevance

/third_party/wayland_standard/cursor/
Dmeson.build1 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/
Dconfigure.ac102 AC_ARG_WITH(icondir, [ --with-icondir=<dir> Look for cursor icons here], optwith
/third_party/python/Lib/idlelib/
Dtree.py37 def listicons(icondir=ICONDIR): argument
41 list = glob.glob(os.path.join(glob.escape(icondir), "*.gif"))
Dpyshell.py1622 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))