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

/external/libchrome/base/files/
H A Dfile_path.h128 // To print path names portably use PRIsFP (based on PRIuS and friends from
130 // base::StringPrintf("Path is %" PRIsFP ".\n", path.value().c_str());
132 #define PRIsFP "s" macro
134 #define PRIsFP "ls" macro

Completed in 93 milliseconds