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

  /external/chromium_org/sandbox/win/src/
handle_closer_test.cc 22 base::string16 marker_path = path_buffer; local
23 marker_path += L"\\sbox_marker_";
33 marker_path += base::StringPrintf(L"%08x%08x%08x",
37 marker_path += extension;
40 return CreateFile(marker_path.c_str(), FILE_ALL_ACCESS,
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc 249 char proc_self_task[80], marker_name[48], *marker_path; local
280 marker_path = marker_name + strlen(marker_name);
287 local_itoa(strcpy(marker_path, "/fd/") + 4, marker);
396 entry->d_name), marker_path); local
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linuxthreads.cc 249 char proc_self_task[80], marker_name[48], *marker_path; local
280 marker_path = marker_name + strlen(marker_name);
287 local_itoa(strcpy(marker_path, "/fd/") + 4, marker);
396 entry->d_name), marker_path); local

Completed in 424 milliseconds