OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libdir
(Results
151 - 175
of
973
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib/pkgconfig/
x11.pc
3
libdir
=${exec_prefix}/lib
14
Libs: -L${
libdir
} -lX11
alsa.pc
3
libdir
=${exec_prefix}/lib
10
Libs: -L${
libdir
} -lasound
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/pkgconfig/
libpulse-browse.pc
3
libdir
=${exec_prefix}/lib
9
Libs: -L${
libdir
} -lpulse-browse
libpulse-mainloop-glib.pc
3
libdir
=${exec_prefix}/lib
9
Libs: -L${
libdir
} -lpulse-mainloop-glib
libpulse-simple.pc
3
libdir
=${exec_prefix}/lib
9
Libs: -L${
libdir
} -lpulse-simple
libpulse.pc
3
libdir
=${exec_prefix}/lib
10
Libs: -L${
libdir
} -lpulse
x11.pc
3
libdir
=${exec_prefix}/lib
14
Libs: -L${
libdir
} -lX11
/prebuilts/libs/libedit/linux-x86/lib/pkgconfig/
libedit.pc
3
libdir
=${exec_prefix}/lib
10
Libs: -L${
libdir
} -ledit -ltinfo
/prebuilts/python/darwin-x86/2.7.5/lib/pkgconfig/
python-2.7.pc
3
libdir
=${exec_prefix}/lib
11
Libs: -L${
libdir
} -lpython2.7
python.pc
3
libdir
=${exec_prefix}/lib
11
Libs: -L${
libdir
} -lpython2.7
python2.pc
3
libdir
=${exec_prefix}/lib
11
Libs: -L${
libdir
} -lpython2.7
/prebuilts/python/linux-x86/2.7.5/lib/pkgconfig/
python-2.7.pc
3
libdir
=${exec_prefix}/lib
11
Libs: -L${
libdir
} -lpython2.7
python.pc
3
libdir
=${exec_prefix}/lib
11
Libs: -L${
libdir
} -lpython2.7
python2.pc
3
libdir
=${exec_prefix}/lib
11
Libs: -L${
libdir
} -lpython2.7
/external/libsepol/src/
Makefile
4
LIBDIR
?= $(PREFIX)/lib
7
LIBBASE ?= $(shell basename $(
LIBDIR
))
32
sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@
libdir
@:$(LIBBASE):; s:@includedir@:$(INCLUDEDIR):' < $< > $@
41
test -d $(
LIBDIR
) || install -m 755 -d $(
LIBDIR
)
42
install -m 644 $(LIBA) $(
LIBDIR
)
45
test -d $(
LIBDIR
)/pkgconfig || install -m 755 -d $(
LIBDIR
)/pkgconfig
46
install -m 644 $(LIBPC) $(
LIBDIR
)/pkgconfig
47
cd $(
LIBDIR
) && ln -sf ../../`basename $(SHLIBDIR)`/$(LIBSO) $(TARGET
[
all
...]
/cts/tools/dasm/etc/
dasm
38
libdir
="$progdir"
39
if [ ! -r "$
libdir
/$jarfile" ]
41
libdir
=`dirname "$progdir"`/tools/lib
43
if [ ! -r "$
libdir
/$jarfile" ]
45
libdir
=`dirname "$progdir"`/framework
47
if [ ! -r "$
libdir
/$jarfile" ]
61
jarpath=`cygpath -w "$
libdir
/$jarfile"`
63
jarpath="$
libdir
/$jarfile"
65
exec java $javaOpts -classpath "$
libdir
/dx.jar:$jarpath" dasm.Main "$@"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib32/
libstdc++.so.6.0.16-gdb.py
23
libdir
= '/tmp/ndk-andrewhsieh/host-gcc4.6/1/x86_64-linux-glibc2.11-4.6/x86_64-linux/lib/../lib32'
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.11-4.6/x86_64-linux/lib64/
libstdc++.so.6.0.16-gdb.py
23
libdir
= '/tmp/ndk-andrewhsieh/host-gcc4.6/1/x86_64-linux-glibc2.11-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))
/external/chromium_org/base/android/javatests/src/org/chromium/base/
LibraryLoaderHelperTest.java
33
File
libDir
= LibraryLoaderHelper.getWorkaroundLibDir(context);
34
assertTrue(
libDir
.exists());
35
assertTrue(
libDir
.isDirectory());
36
assertEquals(
libDir
.list().length, 0);
42
assertTrue(
libDir
.list().length > 0);
/external/e2fsprogs/lib/
Makefile.profile
21
$(E) " INSTALL_DATA $(
libdir
)/$(LIBRARY)_p.a"
22
$(Q) $(INSTALL_DATA) $(LIBRARY)_p.a $(DESTDIR)$(
libdir
)/$(LIBRARY)_p.a
23
-$(Q) $(RANLIB) $(DESTDIR)$(
libdir
)/$(LIBRARY)_p.a
24
$(Q) $(CHMOD) $(LIBMODE) $(DESTDIR)$(
libdir
)/$(LIBRARY)_p.a
27
$(RM) -f $(DESTDIR)$(
libdir
)/$(LIBRARY)_p.a
/external/chromium_org/third_party/libxml/src/
xml2-config.in
6
libdir
=@
libdir
@
44
libdir
=$prefix/lib
53
libdir
=$exec_prefix/lib
74
if [ -r ${
libdir
}/@XML_LIBTOOLLIBS@ ]
76
echo ${
libdir
}/@XML_LIBTOOLLIBS@
/cts/tools/cfassembler/etc/
cfassembler
38
libdir
="$progdir"
39
if [ ! -r "$
libdir
/$jarfile" ]
41
libdir
=`dirname "$progdir"`/tools/lib
43
if [ ! -r "$
libdir
/$jarfile" ]
45
libdir
=`dirname "$progdir"`/framework
47
if [ ! -r "$
libdir
/$jarfile" ]
61
jarpath=`cygpath -w "$
libdir
/$jarfile"`
63
jarpath="$
libdir
/$jarfile"
/dalvik/tools/dexdeps/etc/
dexdeps
38
libdir
="$progdir"
39
if [ ! -r "$
libdir
/$jarfile" ]
41
libdir
=`dirname "$progdir"`/tools/lib
43
if [ ! -r "$
libdir
/$jarfile" ]
45
libdir
=`dirname "$progdir"`/framework
47
if [ ! -r "$
libdir
/$jarfile" ]
64
jarpath=`cygpath -w "$
libdir
/$jarfile"`
66
jarpath="$
libdir
/$jarfile"
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib/pkgconfig/
alsa.pc
3
libdir
=${exec_prefix}/lib
10
Libs: -L${
libdir
} -lasound
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/pkgconfig/
alsa.pc
3
libdir
=${exec_prefix}/lib
10
Libs: -L${
libdir
} -lasound
Completed in 618 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>