OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dylib_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/importer/
profile_import_process_host.cc
104
std::string
dylib_path
= GetFirefoxDylibPath().value();
local
105
if (!
dylib_path
.empty())
106
env.push_back(std::make_pair("DYLD_FALLBACK_LIBRARY_PATH",
dylib_path
));
/external/webkit/Tools/wx/packaging/
build-mac-installer.py
134
dylib_path
= os.path.join(wxroot, "libwxwebkit.dylib")
variable
135
os.system("install_name_tool -id %s %s" % (os.path.join(prefix, "libwxwebkit.dylib"),
dylib_path
))
136
mac_update_dependencies(
dylib_path
, prefix)
Completed in 230 milliseconds