HomeSort by relevance Sort by last modified time
    Searched refs:dylib_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/importer/
external_process_importer_client.cc 319 std::string dylib_path = GetFirefoxDylibPath().value(); local
320 if (!dylib_path.empty())
321 env["DYLD_FALLBACK_LIBRARY_PATH"] = dylib_path;
  /external/lldb/source/Host/common/
Host.cpp 907 char dylib_path[PATH_MAX]; local
908 if (dylib_info->file_spec.GetPath (dylib_path, sizeof(dylib_path)))
909 error.SetErrorStringWithFormat ("symbol not found in \"%s\"", dylib_path);
    [all...]

Completed in 748 milliseconds