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

  /external/chromium_org/tools/win/link_limiter/
limiter.cc 147 static int GetMaxConcurrency(const tstring& base_pipename,
152 tstring envvar_name = base_pipename + L"_MAXCONCURRENCY";
217 const tstring& base_pipename) {
219 tstring pipename = L"\\\\.\\pipe\\" + base_pipename;
220 tstring event_name = L"Local\\EVENT_" + base_pipename;
235 GetMaxConcurrency(base_pipename, CONCURRENCY_METRIC_DEFAULT));
327 tstring base_pipename = shimmed_plus_pipename.substr(separator + 2); local
329 size_t dot = base_pipename.find(L'.');
333 base_pipename = base_pipename.substr(0, dot)
    [all...]

Completed in 45 milliseconds