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

123456

/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dexit.sh34 function abspath function
44 ABSHELL=$(abspath)
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/plugins/
H A Diosspeedtracer.py23 ios_process = subprocess.Popen([os.path.join(os.path.dirname(os.path.abspath(__file__)), "iosspeedtracer.sh")], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/macosx-10.10/llvmCore-3425.0.34/utils/llvm-build/llvmbuild/
H A Dconfigutil.py39 output_parent_path = os.path.dirname(os.path.abspath(output_path))
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/
H A Dconf.py18 # documentation root, use os.path.abspath to make it absolute, like shown here.
19 #sys.path.append(os.path.abspath('.'))
50 topdir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/python/test/
H A Dall.py11 return os.path.abspath(os.path.expanduser(os.path.expandvars(path)))
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py13 dyld = os.path.abspath(os.path.join(framework, basename))
32 mapping[os.path.splitext(fn)[0]] = os.path.join(os.path.abspath(dirname), fn , os.path.splitext(fn)[0])
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py13 dyld = os.path.abspath(os.path.join(framework, basename))
32 mapping[os.path.splitext(fn)[0]] = os.path.join(os.path.abspath(dirname), fn , os.path.splitext(fn)[0])
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/Examples/UsingWebKitNightlyBuilds/
H A DrewriteHeaders.py13 dyld = os.path.abspath(os.path.join(framework, basename))
32 mapping[os.path.splitext(fn)[0]] = os.path.join(os.path.abspath(dirname), fn , os.path.splitext(fn)[0])
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A DMakefile92 @for file in $(abspath bin-$(ARCH)/*) $(abspath apple/bin-$(ARCH)/*);do \
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkhandmake32 path=os.path.abspath(sys.argv[1])
/macosx-10.10/WTF-7600.1.24/WTF.vcxproj/
H A Dwork-around-vs-dependency-tracking-bugs.py11 TOP_LEVEL_DIRECTORY = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dttree269 my ($file, $path, $abspath, $check);
281 $abspath = "$absdir/$file";
283 next unless -e $abspath;
297 unless ((-d $abspath && $recurse) || grep { $path =~ /$_/ } @$accept) {
305 if (-d $abspath) {
310 undef, undef, undef, undef, undef) = stat($abspath);
335 process_file($path, $abspath);
/macosx-10.10/libxml2-26/libxml2/
H A Dregressions.py107 cmd = os.path.abspath(dir + testDescription['testprog'])
223 testFiles = glob.glob(os.path.abspath(dir + testDescription['file']))
235 excl.append(os.path.abspath(g))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dregressions.py107 cmd = os.path.abspath(dir + testDescription['testprog'])
223 testFiles = glob.glob(os.path.abspath(dir + testDescription['file']))
235 excl.append(os.path.abspath(g))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-LaunchServices/PyObjCTest/
H A Dtest_lsopen.py9 self.path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'dummy.txt')
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/
H A Dsetup.py72 rootdir = os.path.dirname(os.path.abspath(__file__))
210 '--prefix=%s'%(os.path.abspath(xmldir),),
H A Ddistribute_setup.py130 to_dir = os.path.abspath(to_dir)
177 to_dir = os.path.abspath(to_dir)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/
H A Ddistribute_setup.py130 to_dir = os.path.abspath(to_dir)
177 to_dir = os.path.abspath(to_dir)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-AppleScriptKit/
H A Ddistribute_setup.py130 to_dir = os.path.abspath(to_dir)
177 to_dir = os.path.abspath(to_dir)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-AppleScriptObjC/
H A Ddistribute_setup.py130 to_dir = os.path.abspath(to_dir)
177 to_dir = os.path.abspath(to_dir)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/
H A Ddistribute_setup.py130 to_dir = os.path.abspath(to_dir)
177 to_dir = os.path.abspath(to_dir)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-CFNetwork/
H A Ddistribute_setup.py130 to_dir = os.path.abspath(to_dir)
177 to_dir = os.path.abspath(to_dir)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/
H A Ddistribute_setup.py130 to_dir = os.path.abspath(to_dir)
177 to_dir = os.path.abspath(to_dir)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Collaboration/
H A Ddistribute_setup.py130 to_dir = os.path.abspath(to_dir)
177 to_dir = os.path.abspath(to_dir)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreData/
H A Ddistribute_setup.py130 to_dir = os.path.abspath(to_dir)
177 to_dir = os.path.abspath(to_dir)

Completed in 156 milliseconds

123456