Searched refs:abspath (Results 126 - 136 of 136) sorted by relevance

123456

/macosx-10.10/perl-103/
H A DMakefile19 SrcDir := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-LaunchServices/PyObjCTest/
H A Dtest_lsinfo.py9 self.path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'dummy.txt')
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-LaunchServices-2.5.1/PyObjCTest/
H A Dtest_lsinfo.py19 self.path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'dummy.txt')
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dntfunc.c766 static Char *abspath[] = {STRNULL,0}; variable
837 pv = abspath;
/macosx-10.10/vim-55/runtime/syntax/
H A Dmake.vim66 syn match makeStatement contained "(\(subst\|abspath\|addprefix\|addsuffix\|and\|basename\|call\|dir\|error\|eval\|filter-out\|filter\|findstring\|firstword\|flavor\|foreach\|if\|info\|join\|lastword\|notdir\|or\|origin\|patsubst\|realpath\|shell\|sort\|strip\|suffix\|value\|warning\|wildcard\|word\|wordlist\|words\)\>"ms=s+1
/macosx-10.10/ruby-106/ruby/
H A Dprocess.c2152 const char *abspath; local
2153 abspath = dln_find_exe_r(RSTRING_PTR(eargp->invoke.cmd.command_name), 0, fbuf, sizeof(fbuf));
2154 if (abspath)
2155 eargp->invoke.cmd.command_abspath = rb_str_new_cstr(abspath);
3037 char *abspath = NULL; local
3039 abspath = RSTRING_PTR(eargp->invoke.cmd.command_abspath);
3040 proc_exec_cmd(abspath, eargp->invoke.cmd.argv_str, eargp->envp_str); /* async-signal-safe */
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PackageManager/
H A Dpackman.py859 sys.prefix = os.path.abspath(sys.prefix)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PackageManager/
H A Dpackman.py859 sys.prefix = os.path.abspath(sys.prefix)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PackageManager/
H A Dpackman.py859 sys.prefix = os.path.abspath(sys.prefix)
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/scripts/
H A DCodeGeneratorInspector.py1851 absolute_path = os.path.abspath(absolute_path)
/macosx-10.10/emacs-93/emacs/src/
H A Dw32fns.c514 Lisp_Object abspath;
517 abspath = Fexpand_file_name (filename, Qnil);
509 Lisp_Object abspath; variable

Completed in 297 milliseconds

123456