Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path.h131 #define PRIsFP "ls" macro
133 #define PRIsFP "s" macro
/external/libchrome/libchrome_tools/patches/
Dr680000-forward-compatibility-patch-part-1.patch57 #define PRIsFP "ls"
59 #define PRIsFP "s"
/external/libchrome/components/policy/core/common/
Dpreg_parser.cc317 base::StringPrintf("file '%" PRIsFP "'", file_path.value().c_str())); in ReadFile()