Home
last modified time | relevance | path

Searched refs:PATH_CSTR (Results 1 - 2 of 2) sorted by relevance

/third_party/gn/src/base/files/
H A Dfile_path.h126 // base::StringPrintf("Path is %" PRIsFP ".\n", PATH_CSTR(path);
129 #define PATH_CSTR(x) reinterpret_cast<const wchar_t*>(x.value().c_str()) macro
132 #define PATH_CSTR(x) (x.value().c_str()) macro
/third_party/gn/src/gn/
H A Dcompile_commands_writer.cc275 WriteDirectory(base::StringPrintf("%" PRIsFP, PATH_CSTR(build_dir)), out); in OutputJSON()

Completed in 4 milliseconds