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

  /external/elfutils/tests/
test-wrapper.sh 44 built_library_path="$1"
51 export built_library_path program_transform_name elfutils_testrun
56 LD_LIBRARY_PATH="$built_library_path${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"
test-subr.sh 82 LD_LIBRARY_PATH="${built_library_path}${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH"\
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 716 built_library_path = self._port._build_path('lib', self._driver_details.library_name())
717 assert(fs.exists(built_library_path))
720 print "Updating symfs libary (%s) from built copy (%s)" % (symfs_library_path, built_library_path)
722 fs.copyfile(built_library_path, symfs_library_path)
    [all...]

Completed in 536 milliseconds