HomeSort by relevance Sort by last modified time
    Searched full: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/chromium_org/chrome/browser/importer/
external_process_importer_client.cc 289 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 53 milliseconds