/external/chromium_org/content/renderer/ |
savable_resources_browsertest.cc | 33 const base::FilePath& page_file_path, 49 void CheckResources(const base::FilePath& page_file_path, 109 const base::FilePath expected_frame_url = 115 base::FilePath page_file_path = 131 base::FilePath expected_frame_url = 137 base::FilePath page_file_path =
|
/external/chromium_org/net/base/ |
platform_mime_util_linux.cc | 22 const base::FilePath::StringType& ext, std::string* result) const { 27 const base::FilePath::StringType& ext, std::string* result) const { 35 base::FilePath dummy_path("foo." + ext); 78 const std::string& mime_type, base::FilePath::StringType* ext) const { 104 base::hash_set<base::FilePath::StringType>* extensions) const { 105 base::FilePath::StringType ext;
|
/external/chromium_org/webkit/browser/fileapi/ |
mount_points.h | 30 MountPointInfo(const std::string& name, const base::FilePath& path); 38 base::FilePath path; 69 const base::FilePath& path) const = 0; 74 base::FilePath* path) const = 0; 87 virtual bool CrackVirtualPath(const base::FilePath& virtual_path, 91 base::FilePath* path,
|
/external/chromium_org/win8/metro_driver/ |
file_picker_ash.h | 18 class FilePath; 28 const base::FilePath& default_path); 60 base::FilePath default_path_; 83 const base::FilePath& default_path, 86 const std::vector<base::FilePath>& filenames() const { 120 std::vector<base::FilePath> filenames_;
|
/external/clang/include/clang/Tooling/ |
ReplacementsYaml.h | 36 : FilePath(""), Offset(0), Length(0), ReplacementText("") {} 39 : FilePath(R.getFilePath()), Offset(R.getOffset()), 43 return clang::tooling::Replacement(FilePath, Offset, Length, 47 std::string FilePath; 56 Io.mapRequired("FilePath", Keys->FilePath);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
EclipseTestCollector.java | 54 String filePath = entry.getPath().replace(".class", ""); 56 Class<?> testClass = getClass(filePath, expectedPackage); 70 //sLogger.log(Level.INFO, "Could not load class " + filePath); 107 * @param filePath - path of class in bundle 111 protected Class<?> getClass(String filePath, String expectedPackage) throws ClassNotFoundException { 112 String dotPath = filePath.replace('/', '.');
|
/external/chromium_org/chrome/browser/download/ |
save_page_browsertest.cc | 142 const base::FilePath& expected_path, 178 const base::FilePath::CharType kTestDir[] = FILE_PATH_LITERAL("save_page"); 302 base::FilePath(kTestDir).AppendASCII(prefix + ".htm")); 309 base::FilePath* full_file_name, 310 base::FilePath* dir) { 366 base::FilePath test_dir_; 387 base::FilePath full_file_name, dir; 405 EXPECT_TRUE(base::ContentsEqual(test_dir_.Append(base::FilePath( 417 base::FilePath full_file_name, dir; 482 base::FilePath full_file_name, dir [all...] |
/device/generic/goldfish/camera/ |
EmulatedCameraHotplugThread.cpp | 185 String8 filePath = getFilePath(cameraId); 191 int newStatus = readFile(filePath); 228 String8 filePath = getFilePath(cameraId); 231 open(filePath.string(), O_WRONLY | O_CREAT | O_TRUNC, 235 __FUNCTION__, filePath.string(), strerror(errno), errno); 242 __FUNCTION__, filePath.string(), strerror(errno), errno); 250 int EmulatedCameraHotplugThread::getCameraId(String8 filePath) const { 257 if (camPath == filePath) { 338 int EmulatedCameraHotplugThread::readFile(String8 filePath) const { 341 open(filePath.string(), O_RDONLY, /*mode*/0)) [all...] |
/external/chromium_org/apps/ |
app_load_service.h | 41 base::FilePath current_dir; 55 bool LoadAndLaunch(const base::FilePath& extension_path, 57 const base::FilePath& current_dir);
|
/external/chromium_org/athena/home/ |
app_list_view_delegate.h | 31 virtual void SetProfileByPath(const base::FilePath& profile_path) OVERRIDE; 36 const base::Callback<void(const base::FilePath&)>& callback) OVERRIDE; 56 const base::FilePath& profile_path) OVERRIDE;
|
/external/chromium_org/base/files/ |
file_util_proxy.h | 34 const FilePath& file_path, 41 const FilePath& file_path, 49 const FilePath& file_path,
|
/external/chromium_org/base/mac/ |
mac_util_unittest.mm | 39 FilePath caches_dir; 43 FilePath application_support_dir; 48 FilePath library_dir; 54 FilePath library_dir = GetUserLibraryPath(); 60 FilePath out; 63 out = GetAppBundlePath(FilePath()); 72 out = GetAppBundlePath(FilePath(invalid_inputs[i])); 96 out = GetAppBundlePath(FilePath(valid_inputs[i].in)); 107 FilePath dummy_file_path = temp_dir_.path().Append("DummyFile"); 248 FilePath dummy_folder_path = temp_dir_.path().Append("DummyFolder") [all...] |
/external/chromium_org/cc/test/ |
layer_tree_pixel_test.h | 70 base::FilePath file_name); 75 base::FilePath file_name); 103 base::FilePath ref_file_;
|
pixel_test_utils.cc | 17 bool WritePNGFile(const SkBitmap& bitmap, const base::FilePath& file_path, 31 bool ReadPNGFile(const base::FilePath& file_path, SkBitmap* bitmap) { 40 bool MatchesPNGFile(const SkBitmap& gen_bmp, base::FilePath ref_img_path,
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
create_directory_operation.h | 16 class FilePath; 49 void CreateDirectory(const base::FilePath& directory_path, 59 const std::set<base::FilePath>* changed_directories,
|
create_file_operation.h | 14 class FilePath; 47 void CreateFile(const base::FilePath& file_path, 55 const base::FilePath& file_path,
|
remove_operation.h | 16 class FilePath; 48 void Remove(const base::FilePath& path, 56 const base::FilePath* changed_directory_path,
|
touch_operation.h | 16 class FilePath; 46 void TouchFile(const base::FilePath& file_path, 53 void TouchFileAfterUpdateLocalState(const base::FilePath& file_path,
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_cloud_policy_manager_factory_chromeos.cc | 44 const base::FilePath::CharType kDeviceManagementDir[] = 48 const base::FilePath::CharType kToken[] = FILE_PATH_LITERAL("Token"); 53 const base::FilePath::CharType kPolicy[] = FILE_PATH_LITERAL("Policy"); 57 const base::FilePath::CharType kComponentsDir[] = 62 const base::FilePath::CharType kPolicyExternalDataDir[] = 156 base::FilePath profile_dir = profile->GetPath(); 157 const base::FilePath legacy_dir = profile_dir.Append(kDeviceManagementDir); 158 const base::FilePath policy_cache_file = legacy_dir.Append(kPolicy); 159 const base::FilePath token_cache_file = legacy_dir.Append(kToken); 160 const base::FilePath component_policy_cache_dir [all...] |
/external/chromium_org/chrome/browser/chromeos/profiles/ |
profile_helper_browsertest.cc | 40 base::FilePath profile_dir = profile_helper.GetActiveUserProfileDir(); 68 base::FilePath profile_path = 70 base::FilePath expected_path = g_browser_process->profile_manager()->
|
/external/chromium_org/chrome/browser/chromeos/system_logs/ |
touch_log_source.cc | 34 CommandLine(base::FilePath("/opt/google/input/inputcontrol")); 39 CommandLine(base::FilePath("/opt/google/input/cmt_feedback")); 43 base::FilePath("/opt/google/input/evdev_feedback"));
|
/external/chromium_org/chrome/browser/extensions/api/page_capture/ |
page_capture_api.h | 16 class FilePath; 34 virtual void OnTemporaryFileCreated(const base::FilePath& temp_file) = 0; 60 base::FilePath mhtml_path_;
|
/external/chromium_org/chrome/browser/local_discovery/storage/ |
privet_filesystem_attribute_cache.cc | 17 const base::FilePath& full_path) { 29 const base::FilePath& full_path, 51 const base::FilePath& full_path,
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
file_path_watcher_util.cc | 20 const base::FilePath& path, 30 const base::FilePath& path, 50 const base::FilePath& path,
|
iapps_data_provider.cc | 26 IAppsDataProvider::IAppsDataProvider(const base::FilePath& library_path) 64 const base::FilePath& IAppsDataProvider::library_path() const { 74 void IAppsDataProvider::OnLibraryChanged(const base::FilePath& path,
|