HomeSort by: relevance | last modified time | path
    Searched refs:isdir (Results 1 - 25 of 105) sorted by relevancy

1 2 3 4 5

  /xsrc/external/mit/MesaLib.old/dist/scons/
llvm.py 52 if not os.path.isdir(llvm_dir):
61 if not os.path.isdir(llvm_bin_dir):
63 if not os.path.isdir(llvm_bin_dir):
  /xsrc/external/mit/freetype/dist/builds/meson/
generate_reference_docs.py 54 assert os.path.isdir(args.output_dir), (
  /xsrc/external/mit/xedit/dist/
commands.c 808 int isdir = 0, first = 1, bytes; local
841 isdir = is_dir;
876 Bool free_matches = True, add_slash = n_matches == 1 && isdir && !slash;
905 else if (n_matches != 1 || isdir) {
988 Bool isdir; local
1003 isdir = S_ISDIR(st.st_mode);
1007 if (isdir) {
  /xsrc/external/mit/xedit/dist/lisp/
pathname.c 330 int isdir; local
342 isdir = 0;
344 isdir = S_ISDIR(st.st_mode);
346 if (all != UNSPEC || ((isdir && (listdirs || sep)) ||
347 (!listdirs && !sep && !isdir))) {
349 if (isdir) {
  /xsrc/external/mit/freetype/dist/src/tools/
make_distribution_archives.py 108 if os.path.isdir(file_path):
  /xsrc/external/mit/libXfontcache/dist/
ltmain.sh 5844 isdir=no
5855 -d) isdir=yes ;;
5916 test -d "$dest" && isdir=yes
5917 if test "$isdir" = yes; then
  /xsrc/external/mit/libxkbui/dist/
ltmain.sh 5755 isdir=no
5766 -d) isdir=yes ;;
5827 test -d "$dest" && isdir=yes
5828 if test "$isdir" = yes; then
  /xsrc/external/mit/xf86-input-ws/dist/
ltmain.sh 5860 isdir=no
5871 -d) isdir=yes ;;
5936 test -d "$dest" && isdir=yes
5937 if test "$isdir" = yes; then
  /xsrc/external/mit/xf86-video-imstt/dist/
ltmain.sh 5755 isdir=no
5766 -d) isdir=yes ;;
5827 test -d "$dest" && isdir=yes
5828 if test "$isdir" = yes; then
  /xsrc/external/mit/xf86-video-nsc/dist/
ltmain.sh 5798 isdir=no
5809 -d) isdir=yes ;;
5870 test -d "$dest" && isdir=yes
5871 if test "$isdir" = yes; then
  /xsrc/external/mit/glw/dist/
ltmain.sh 2082 isdir=no
2095 -d) isdir=yes ;;
2160 test -d "$dest" && isdir=yes
2161 if test "$isdir" = yes; then
  /xsrc/external/mit/libXTrap/dist/
ltmain.sh 2803 isdir=no
2816 -d) isdir=yes ;;
2881 test -d "$dest" && isdir=yes
2882 if test "$isdir" = yes; then
  /xsrc/external/mit/libXevie/dist/
ltmain.sh 2082 isdir=no
2095 -d) isdir=yes ;;
2160 test -d "$dest" && isdir=yes
2161 if test "$isdir" = yes; then
  /xsrc/external/mit/xcb-util/dist/
ltmain.sh 1877 isdir=no
1888 -d) isdir=yes ;;
1939 test -d "$dest" && isdir=yes
1940 if test "$isdir" = yes; then
  /xsrc/external/mit/xf86-input-synaptics/dist/
ltmain.sh 2803 isdir=no
2816 -d) isdir=yes ;;
2881 test -d "$dest" && isdir=yes
2882 if test "$isdir" = yes; then
  /xsrc/external/mit/xf86-video-ati/dist/
ltmain.sh 2803 isdir=no
2816 -d) isdir=yes ;;
2881 test -d "$dest" && isdir=yes
2882 if test "$isdir" = yes; then
  /xsrc/external/mit/xf86-video-intel-2014/dist/
ltmain.sh 2803 isdir=no
2816 -d) isdir=yes ;;
2881 test -d "$dest" && isdir=yes
2882 if test "$isdir" = yes; then
  /xsrc/external/mit/xf86-video-intel-old/dist/
ltmain.sh 1877 isdir=no
1888 -d) isdir=yes ;;
1939 test -d "$dest" && isdir=yes
1940 if test "$isdir" = yes; then
  /xsrc/external/mit/xf86-video-newport/dist/
ltmain.sh 2803 isdir=no
2816 -d) isdir=yes ;;
2881 test -d "$dest" && isdir=yes
2882 if test "$isdir" = yes; then
  /xsrc/external/mit/xf86-video-openchrome/dist/
ltmain.sh 2803 isdir=no
2816 -d) isdir=yes ;;
2881 test -d "$dest" && isdir=yes
2882 if test "$isdir" = yes; then
  /xsrc/external/mit/xf86-video-tga/dist/
ltmain.sh 2803 isdir=no
2816 -d) isdir=yes ;;
2881 test -d "$dest" && isdir=yes
2882 if test "$isdir" = yes; then
  /xsrc/external/mit/xf86-video-tseng/dist/
ltmain.sh 2803 isdir=no
2816 -d) isdir=yes ;;
2881 test -d "$dest" && isdir=yes
2882 if test "$isdir" = yes; then
  /xsrc/external/mit/xf86-video-wsfb/dist/
ltmain.sh 2802 isdir=no
2815 -d) isdir=yes ;;
2880 test -d "$dest" && isdir=yes
2881 if test "$isdir" = yes; then
  /xsrc/external/mit/xf86-video-xgi/dist/
ltmain.sh 1877 isdir=no
1888 -d) isdir=yes ;;
1939 test -d "$dest" && isdir=yes
1940 if test "$isdir" = yes; then
  /xsrc/external/mit/xorg-server.old/dist/
ltmain.sh 2082 isdir=no
2095 -d) isdir=yes ;;
2160 test -d "$dest" && isdir=yes
2161 if test "$isdir" = yes; then

Completed in 218 milliseconds

1 2 3 4 5