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

  /external/chromium_org/chrome/common/
chrome_paths_win.cc 33 wchar_t path_buf[MAX_PATH]; local
34 path_buf[0] = 0;
36 SHGFP_TYPE_CURRENT, path_buf))) {
39 *result = base::FilePath(path_buf);
84 base::win::ScopedCoMem<wchar_t> path_buf; local
85 if (f && SUCCEEDED(f(FOLDERID_Downloads, 0, NULL, &path_buf))) {
86 *result = base::FilePath(std::wstring(path_buf));
  /external/lldb/source/Host/common/
FileSpec.cpp 592 char path_buf[PATH_MAX]; local
593 if (!GetPath (path_buf, PATH_MAX))
596 SetFile (path_buf, true);
    [all...]

Completed in 170 milliseconds