Home | History | Annotate | Download | only in common

Lines Matching refs:FPL

9 #define FPL FILE_PATH_LITERAL
55 FPL("chrome.exe");
57 FPL("chrome.exe");
59 FPL("chrome.exe");
61 FPL("chrome.exe");
64 FPL(CHROMIUM_PRODUCT_STRING);
66 FPL(PRODUCT_STRING);
68 FPL(CHROMIUM_PRODUCT_STRING " Helper");
70 FPL(PRODUCT_STRING " Helper");
73 const base::FilePath::CharType kBrowserProcessExecutableName[] = FPL("chrome");
75 FPL("");
77 FPL("sandboxed_process");
78 const base::FilePath::CharType kHelperProcessExecutableNameChromium[] = FPL("");
81 FPL("chrome");
82 const base::FilePath::CharType kBrowserProcessExecutableName[] = FPL("chrome");
86 FPL("exe");
87 const base::FilePath::CharType kHelperProcessExecutableName[] = FPL("exe");
92 FPL("chrome.exe");
94 FPL("chrome.exe");
96 FPL("chrome.exe");
98 FPL("chrome.exe");
101 FPL(CHROMIUM_PRODUCT_STRING ".app/Contents/MacOS/" CHROMIUM_PRODUCT_STRING);
103 FPL(PRODUCT_STRING ".app/Contents/MacOS/" PRODUCT_STRING);
105 FPL(CHROMIUM_PRODUCT_STRING " Helper.app/Contents/MacOS/"
108 FPL(PRODUCT_STRING " Helper.app/Contents/MacOS/" PRODUCT_STRING " Helper");
110 const base::FilePath::CharType kBrowserProcessExecutablePath[] = FPL("chrome");
111 const base::FilePath::CharType kHelperProcessExecutablePath[] = FPL("chrome");
113 FPL("chrome");
115 FPL("chrome");
118 FPL("chrome");
119 const base::FilePath::CharType kBrowserProcessExecutablePath[] = FPL("chrome");
121 FPL("chrome");
122 const base::FilePath::CharType kHelperProcessExecutablePath[] = FPL("chrome");
127 FPL(PRODUCT_STRING " Framework.framework");
130 FPL("EH"), // Executable heap
131 FPL("NP"), // No PIE
137 const base::FilePath::CharType kMetroDriverDll[] = FPL("metro_driver.dll");
145 const base::FilePath::CharType kGuestProfileDir[] = FPL("Guest Profile");
150 const base::FilePath::CharType kAndroidCacheFilename[] = FPL("AndroidCache");
153 FPL("Archived History");
154 const base::FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks");
155 const base::FilePath::CharType kCacheDirname[] = FPL("Cache");
156 const base::FilePath::CharType kCookieFilename[] = FPL("Cookies");
158 FPL("Certificate Revocation Lists");
160 FPL("Custom Dictionary.txt");
162 FPL("Extension Activity");
164 FPL("Extension Cookies");
165 const base::FilePath::CharType kFaviconsFilename[] = FPL("Favicons");
166 const base::FilePath::CharType kFirstRunSentinel[] = FPL("First Run");
167 const base::FilePath::CharType kHistoryFilename[] = FPL("History");
168 const base::FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons");
169 const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State");
170 const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool");
171 const base::FilePath::CharType kLoginDataFileName[] = FPL("Login Data");
173 FPL("Managed Mode Settings");
174 const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
176 FPL("Top Thumbnails");
177 const base::FilePath::CharType kOBCertFilename[] = FPL("Origin Bound Certs");
178 const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
179 const base::FilePath::CharType kReadmeFilename[] = FPL("README");
181 FPL("Safe Browsing");
182 const base::FilePath::CharType kServiceStateFileName[] = FPL("Service State");
183 const base::FilePath::CharType kShortcutsDatabaseName[] = FPL("Shortcuts");
185 FPL("SingletonCookie");
186 const base::FilePath::CharType kSingletonLockFilename[] = FPL("SingletonLock");
188 FPL("SingletonSocket");
190 FPL("Sync Credentials");
191 const base::FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak");
192 const base::FilePath::CharType kThumbnailsFilename[] = FPL("Thumbnails");
193 const base::FilePath::CharType kTopSitesFilename[] = FPL("Top Sites");
194 const base::FilePath::CharType kWebAppDirname[] = FPL("Web Applications");
199 FPL("PepperFlashPlayer.plugin");
201 FPL("pepflashplayer.dll");
203 FPL("libpepflashplayer.so");
264 #undef FPL