HomeSort by relevance Sort by last modified time
    Searched full:number_local (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/rlz/win/lib/
machine_id_win.cc 32 DWORD number_local = 0; local
33 if (!GetVolumeInformationW(system_path, NULL, 0, &number_local, NULL, NULL,
37 *number = number_local;

Completed in 56 milliseconds