OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASAN_DYLIB_NAME
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/mac/
copy_asan_runtime_dylib.sh
16
ASAN_DYLIB_NAME
=libclang_rt.asan_osx_dynamic.dylib
19
-type f -path "*${
ASAN_DYLIB_NAME
}")
33
if [[ "${DYLIB_BASENAME}" != "${
ASAN_DYLIB_NAME
}" ]]; then
34
echo "basename(${ASAN_DYLIB}) != ${
ASAN_DYLIB_NAME
}" >&2
46
NEW_LC_ID_DYLIB="@executable_path/../Libraries/${
ASAN_DYLIB_NAME
}"
49
NEW_LC_ID_DYLIB="@executable_path/${
ASAN_DYLIB_NAME
}"
57
"${LIBRARIES_DIR}/${
ASAN_DYLIB_NAME
}"
/external/chromium_org/tools/clang/scripts/
package.sh
74
ASAN_DYLIB_NAME
=libclang_rt.asan_osx_dynamic.dylib
75
ASAN_DYLIB=$(find "${LLVM_LIB_DIR}/clang" -type f -path "*${
ASAN_DYLIB_NAME
}")
76
install_name_tool -id @executable_path/${
ASAN_DYLIB_NAME
} "${ASAN_DYLIB}"
Completed in 40 milliseconds