Searched refs:isdir (Results 1 - 25 of 107) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/scons/
H A Dllvm.py52 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/
H A Dgenerate_reference_docs.py54 assert os.path.isdir(args.output_dir), (
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py63 if not os.path.isdir(dir_path):
123 assert os.path.isdir(src)
124 assert os.path.isdir(dst)
140 if os.path.isdir(src_path):
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py62 if not os.path.isdir(dir_path):
122 assert os.path.isdir(src)
123 assert os.path.isdir(dst)
139 if os.path.isdir(src_path):
/xsrc/external/mit/xedit/dist/
H A Dcommands.c808 int isdir = 0, first = 1, bytes; local in function:FileCompletion
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 in function:DirWindowCB
1003 isdir = S_ISDIR(st.st_mode);
1007 if (isdir) {
/xsrc/external/mit/freetype/dist/src/tools/
H A Dmake_distribution_archives.py108 if os.path.isdir(file_path):
/xsrc/external/mit/xedit/dist/lisp/
H A Dpathname.c330 int isdir; local in function:Lisp_Directory
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/libXfontcache/dist/
H A Dltmain.sh5844 isdir=no
5855 -d) isdir=yes ;;
5916 test -d "$dest" && isdir=yes
5917 if test "$isdir" = yes; then
/xsrc/external/mit/libxkbui/dist/
H A Dltmain.sh5755 isdir=no
5766 -d) isdir=yes ;;
5827 test -d "$dest" && isdir=yes
5828 if test "$isdir" = yes; then
/xsrc/external/mit/xf86-video-imstt/dist/
H A Dltmain.sh5755 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/
H A Dltmain.sh5798 isdir=no
5809 -d) isdir=yes ;;
5870 test -d "$dest" && isdir=yes
5871 if test "$isdir" = yes; then
/xsrc/external/mit/xf86-input-ws/dist/
H A Dltmain.sh5860 isdir=no
5871 -d) isdir=yes ;;
5936 test -d "$dest" && isdir=yes
5937 if test "$isdir" = yes; then
/xsrc/external/mit/libXTrap/dist/
H A Dltmain.sh2803 isdir=no
2816 -d) isdir=yes ;;
2881 test -d "$dest" && isdir=yes
2882 if test "$isdir" = yes; then
/xsrc/external/mit/libXevie/dist/
H A Dltmain.sh2082 isdir=no
2095 -d) isdir=yes ;;
2160 test -d "$dest" && isdir=yes
2161 if test "$isdir" = yes; then
/xsrc/external/mit/glw/dist/
H A Dltmain.sh2082 isdir=no
2095 -d) isdir=yes ;;
2160 test -d "$dest" && isdir=yes
2161 if test "$isdir" = yes; then
/xsrc/external/mit/xf86-video-tga/dist/
H A Dltmain.sh2803 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/
H A Dltmain.sh2803 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/
H A Dltmain.sh2802 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/
H A Dltmain.sh1877 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/
H A Dltmain.sh2803 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/
H A Dltmain.sh2803 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/
H A Dltmain.sh1877 isdir=no
1888 -d) isdir=yes ;;
1939 test -d "$dest" && isdir=yes
1940 if test "$isdir" = yes; then
/xsrc/external/mit/xf86-video-openchrome/dist/
H A Dltmain.sh2803 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/
H A Dltmain.sh2803 isdir=no
2816 -d) isdir=yes ;;
2881 test -d "$dest" && isdir=yes
2882 if test "$isdir" = yes; then
/xsrc/external/mit/xf86-video-newport/dist/
H A Dltmain.sh2803 isdir=no
2816 -d) isdir=yes ;;
2881 test -d "$dest" && isdir=yes
2882 if test "$isdir" = yes; then

Completed in 138 milliseconds

12345