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

  /external/chromium_org/tools/gn/
setup.cc 204 const Value* secondary_value = local
206 if (secondary_value) {
207 if (!secondary_value->VerifyTypeIs(Value::STRING, &err)) {
212 SourceDir(secondary_value->string_value()));
  /external/chromium/base/allocator/
allocator_shim.cc 296 char* secondary_value = secondary_length ? buffer : "TCMALLOC"; local
297 // Force renderer (or other subprocesses) to use secondary_value.
298 int ret_val = _putenv_s(primary_name, secondary_value);
  /external/chromium_org/base/allocator/
allocator_shim.cc 422 const char* secondary_value = secondary_length ? buffer : "TCMALLOC"; local
423 // Force renderer (or other subprocesses) to use secondary_value.
425 const char* secondary_value = "WINHEAP";
427 int ret_val = _putenv_s(primary_name, secondary_value);

Completed in 77 milliseconds