Searched defs:FILE_PATH_LITERAL (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/base/files/
H A Dfile_path.h52 // FILE_PATH_LITERAL macro is provided, which accounts for the difference
60 // FILE_PATH_LITERAL. At runtime, a FilePath object can be created from the
63 // | const FilePath::CharType kLogFileName[] = FILE_PATH_LITERAL("log.txt");
444 #define FILE_PATH_LITERAL(x) x macro
448 #define FILE_PATH_LITERAL(x) L ## x macro

Completed in 78 milliseconds