Searched refs:dylib_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Dprofile_import_process_host.cc104 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/chromium_org/chrome/browser/importer/
H A Dexternal_process_importer_client.cc289 std::string dylib_path = GetFirefoxDylibPath().value(); local
290 if (!dylib_path.empty())
291 env.push_back(std::make_pair("DYLD_FALLBACK_LIBRARY_PATH", dylib_path));

Completed in 82 milliseconds