Searched refs:lib_path (Results 1 - 25 of 27) sorted by relevance

12

/external/skia/infra/bots/assets/linux_vulkan_intel_driver_debug/
H A Dcreate.py17 def create_asset(target_dir, lib_path):
19 shutil.copytree(lib_path, target_dir)
28 parser.add_argument('--lib_path', '-l', required=True)
30 create_asset(args.target_dir, args.lib_path)
H A Dcreate_and_upload.py26 parser.add_argument('--lib_path', '-l', required=True)
38 '--lib_path', args.lib_path])
/external/skia/infra/bots/assets/linux_vulkan_intel_driver_release/
H A Dcreate.py17 def create_asset(target_dir, lib_path):
19 shutil.copytree(lib_path, target_dir)
28 parser.add_argument('--lib_path', '-l', required=True)
30 create_asset(args.target_dir, args.lib_path)
H A Dcreate_and_upload.py26 parser.add_argument('--lib_path', '-l', required=True)
38 '--lib_path', args.lib_path])
/external/bison/build-aux/
H A Dcompile87 lib_path=
122 for dir in $lib_path $LIB
143 if test -z "$lib_path"; then
144 lib_path=$file
146 lib_path="$lib_path;$file"
/external/libcap-ng/libcap-ng-0.7/
H A Dcompile87 lib_path=
122 for dir in $lib_path $LIB
143 if test -z "$lib_path"; then
144 lib_path=$file
146 lib_path="$lib_path;$file"
/external/libevent/
H A Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
128 lib_path=
/external/libnfnetlink/build-aux/
H A Dcompile87 if test -z "$lib_path"; then
88 lib_path=$file
90 lib_path="$lib_path;$file"
103 for dir in $lib_path $LIB
129 lib_path=
/external/skia/infra/bots/assets/chromebook_arm_gles/
H A Dcreate_and_upload.py26 parser.add_argument('--lib_path', '-l', required=True)
37 '-l', args.lib_path])
H A Dcreate.py61 parser.add_argument('--lib_path', '-l', required=True)
63 create_asset(args.target_dir, args.lib_path)
/external/ImageMagick/config/
H A Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/google-breakpad/autotools/
H A Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/libedit/
H A Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/libmicrohttpd/
H A Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/libnetfilter_conntrack/build-aux/
H A Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/lmfit/build-aux/
H A Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/pcre/dist2/
H A Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/protobuf/
H A Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/protobuf/gtest/build-aux/
H A Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/strace/
H A Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/valgrind/
H A Dcompile86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dfirmware_utils.py107 pygtk_tarball, lib_path = pygtk_info
114 lib_path)
/external/skia/infra/bots/recipes/
H A Dperf.py299 lib_path = api.vars.slave_dir.join('linux_vulkan_sdk', 'lib')
302 'LD_LIBRARY_PATH': '%s:%s' % (lib_path, dri_path),
H A Dtest.py718 lib_path = api.vars.slave_dir.join('linux_vulkan_sdk', 'lib')
721 'LD_LIBRARY_PATH': '%s:%s' % (lib_path, dri_path),

Completed in 624 milliseconds

12