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 kCacheDirname[] = FPL("Cache");
155 const base::FilePath::CharType kCookieFilename[] = FPL("Cookies");
157 FPL("Certificate Revocation Lists");
159 FPL("cld2_data.bin");
161 FPL("Custom Dictionary.txt");
163 FPL("Extension Activity");
165 FPL("Extension Cookies");
166 const base::FilePath::CharType kFaviconsFilename[] = FPL("Favicons");
167 const base::FilePath::CharType kFirstRunSentinel[] = FPL("First Run");
168 const base::FilePath::CharType kGCMStoreDirname[] = FPL("GCM Store");
169 const base::FilePath::CharType kHistoryFilename[] = FPL("History");
170 const base::FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons");
171 const base::FilePath::CharType kLocalStateFilename[] = FPL("Local State");
172 const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool");
173 const base::FilePath::CharType kLoginDataFileName[] = FPL("Login Data");
175 FPL("Managed Mode Settings");
176 const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
178 FPL("Top Thumbnails");
179 const base::FilePath::CharType kOBCertFilename[] = FPL("Origin Bound Certs");
180 const base::FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
182 FPL("Protected Preferences");
183 const base::FilePath::CharType kReadmeFilename[] = FPL("README");
185 FPL("Reset Prompt Memento");
187 FPL("Safe Browsing");
189 FPL("Secure Preferences");
190 const base::FilePath::CharType kServiceStateFileName[] = FPL("Service State");
191 const base::FilePath::CharType kShortcutsDatabaseName[] = FPL("Shortcuts");
193 FPL("SingletonCookie");
194 const base::FilePath::CharType kSingletonLockFilename[] = FPL("SingletonLock");
196 FPL("SingletonSocket");
198 FPL("Sync Credentials");
199 const base::FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak");
200 const base::FilePath::CharType kThumbnailsFilename[] = FPL("Thumbnails");
201 const base::FilePath::CharType kTopSitesFilename[] = FPL("Top Sites");
202 const base::FilePath::CharType kWebAppDirname[] = FPL("Web Applications");
207 FPL("PepperFlashPlayer.plugin");
209 FPL("pepflashplayer.dll");
211 FPL("libpepflashplayer.so");
279 #undef FPL