OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASAN_DYLIB
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/mac/
copy_asan_runtime_dylib.sh
17
ASAN_DYLIB
=$(find \
32
DYLIB_BASENAME=$(basename "${
ASAN_DYLIB
}")
34
echo "basename(${
ASAN_DYLIB
}) != ${ASAN_DYLIB_NAME}" >&2
52
cp "${
ASAN_DYLIB
}" "${LIBRARIES_DIR}"
/external/chromium_org/tools/clang/scripts/
package.sh
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 44 milliseconds