HomeSort by relevance Sort by last modified time
    Searched defs:dll_path (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/
file_version_info_unittest.cc 59 FilePath dll_path = GetTestDataPath(); local
60 dll_path = dll_path.Append(kDLLNames[i]);
63 FileVersionInfo::CreateFileVersionInfo(dll_path));
101 FilePath dll_path = GetTestDataPath(); local
102 dll_path = dll_path.Append(kDLLNames[i]);
105 FileVersionInfo::CreateFileVersionInfo(dll_path));
114 FilePath dll_path = GetTestDataPath(); local
115 dll_path = dll_path.AppendASCII("FileVersionInfoTest1.dll")
    [all...]
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_win.cc 212 base::string16 dll_path = system_directory + L"wlanapi.dll"; local
213 HINSTANCE library = LoadLibraryEx(dll_path.c_str(),
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 177 base::string16 dll_path = base::string16(current_dir) + local
179 ::SetWindowText(edit_box_dll_name, dll_path.c_str());
207 base::string16 dll_path = host->OnShowBrowseForDllDlg(dialog); local
208 if (dll_path.length() > 0) {
211 ::SetWindowText(edit_box_dll_path, dll_path.c_str());
322 wchar_t dll_path[MAX_PATH]; local
326 int dll_name_len = ::GetWindowText(edit_box_dll_name, dll_path, MAX_PATH);
340 if (GetFileAttributes(dll_path) == INVALID_FILE_ATTRIBUTES) {
358 dll_path_ = dll_path;
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 118 base::FilePath dll_path(installer_state.target_path().AppendASCII(
120 installer::AddRegisterComDllWorkItems(dll_path,
1369 base::FilePath dll_path = dll_folder.Append(*dll_iter); local
    [all...]

Completed in 3128 milliseconds