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

  /external/chromium_org/base/allocator/
allocator_shim.cc 355 const char* secondary_value = secondary_length ? buffer : "TCMALLOC"; local
356 // Force renderer (or other subprocesses) to use secondary_value.
358 const char* secondary_value = "WINHEAP";
360 int ret_val = _putenv_s(primary_name, secondary_value);
  /external/chromium_org/tools/gn/
setup.cc 539 const Value* secondary_value = local
541 if (secondary_value) {
542 if (!secondary_value->VerifyTypeIs(Value::STRING, &err)) {
547 SourceDir(secondary_value->string_value()));

Completed in 1323 milliseconds