HomeSort by relevance Sort by last modified time
    Searched refs:lib_path (Results 1 - 8 of 8) sorted by null

  /external/bison/build-aux/
compile 87 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/chromium_org/third_party/opus/src/
compile 87 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/libcap-ng/libcap-ng-0.7/
compile 87 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/chromium_org/ppapi/native_client/
chrome_main.scons 144 lib_path = line[pos+4:]
145 pos1 = lib_path.rfind(' (')
148 lib_path = lib_path[:pos1]
149 return lib_name, lib_path
171 lib_name, lib_path = lib_info
172 if lib_path == 'NaClMain':
175 shutil.copyfile(lib_path, os.path.join(target_dir, lib_name))
  /external/chromium_org/native_client_sdk/src/build_tools/
verify_ppapi.py 23 def __init__(self, lib_path, expected, unexpected):
27 msg = 'In %s:\n' % lib_path
  /external/chromium_org/native_client_sdk/src/tools/
create_nmf.py 226 lib_path=None, extra_files=None, lib_prefix=None,
234 lib_path: List of paths to library directories
245 self.lib_path = lib_path or []
334 '''Finds the set of libraries matching |name| within lib_path
340 A list of system paths that match the given name within the lib_path'''
342 for dirname in self.lib_path:
660 parser.add_option('-L', '--library-path', dest='lib_path',
723 for libpath in options.lib_path:
732 options.lib_path += GetDefaultLibPath(config
    [all...]
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 200 lib_path = os.path.join(local_library_directory, lib + ".so")
201 if not os.path.exists(lib_path) and self.verbose:
203 + lib_path + "."
204 ret.append(lib_path)
  /external/chromium_org/native_client_sdk/src/tools/tests/
create_nmf_test.py 152 lib_path=[libdir],

Completed in 758 milliseconds