Searched defs:libdir (Results 1 - 3 of 3) sorted by relevance

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
H A Dlibstdc++.so.6.0.16-gdb.py23 libdir = '/tmp/ahsieh-gcc-32-x19222/2/i686-linux-glibc2.7-4.6/i686-linux/lib' variable
30 # Update module path. We want to find the relative path from libdir
37 libdir = os.path.normpath (libdir) variable
39 prefix = os.path.commonprefix ([libdir, pythondir])
47 libdir = libdir[len (prefix):] variable
49 # Compute the ".."s needed to get from libdir to the prefix.
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/
H A Dlibstdc++.so.6.0.16-gdb.py23 libdir = '/tmp/ahsieh-gcc-64-X27190/2/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib/../lib64' variable
30 # Update module path. We want to find the relative path from libdir
37 libdir = os.path.normpath (libdir) variable
39 prefix = os.path.commonprefix ([libdir, pythondir])
47 libdir = libdir[len (prefix):] variable
49 # Compute the ".."s needed to get from libdir to the prefix.
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
/prebuilts/misc/common/antlr/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 100 milliseconds