Home
last modified time | relevance | path

Searched defs:ldd (Results 1 – 2 of 2) sorted by relevance

/third_party/harfbuzz/src/
Dcheck-libstdc++.py9 ldd = shutil.which ('ldd') variable
11 ldd = [ldd] variable
13 ldd = shutil.which ('otool') variable
15 ldd = [ldd, '-L'] # otool -L variable
/third_party/skia/third_party/externals/harfbuzz/src/
Dcheck-libstdc++.py9 ldd = os.getenv ('LDD', shutil.which ('ldd')) variable
13 ldd = otool + ' -L' variable