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

  /external/chromium/base/
file_path.h 51 // FILE_PATH_LITERAL macro is provided, which accounts for the difference
57 // FILE_PATH_LITERAL. At runtime, a FilePath object can be created from the
60 // | const FilePath::CharType kLogFileName[] = FILE_PATH_LITERAL("log.txt");
375 #define FILE_PATH_LITERAL(x) x
379 #define FILE_PATH_LITERAL(x) L ## x
  /external/chromium_org/base/files/
file_path.h 52 // 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");
433 #define FILE_PATH_LITERAL(x) x
437 #define FILE_PATH_LITERAL(x) L ## x

Completed in 36 milliseconds