HomeSort by relevance Sort by last modified time
    Searched full:getfilepath (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/chromium_org/extensions/common/
extension_resource_unittest.cc 24 EXPECT_TRUE(resource.GetFilePath().empty());
45 EXPECT_TRUE(resource.GetFilePath().empty());
73 EXPECT_FALSE(r1.GetFilePath().empty());
78 EXPECT_TRUE(r2.GetFilePath().empty());
85 EXPECT_FALSE(r3.GetFilePath().empty());
91 EXPECT_TRUE(r4.GetFilePath().empty());
101 EXPECT_TRUE(r4a.GetFilePath().empty());
108 EXPECT_TRUE(r5.GetFilePath().empty());
114 EXPECT_FALSE(r6.GetFilePath().empty());
149 base::FilePath resolved_path = resource.GetFilePath();
    [all...]
extension_resource.cc 31 const base::FilePath& ExtensionResource::GetFilePath() const {
41 full_resource_path_ = GetFilePath(
49 base::FilePath ExtensionResource::GetFilePath(
119 GetFilePath();
extension_resource.h 43 const base::FilePath& GetFilePath() const;
53 static base::FilePath GetFilePath(const base::FilePath& extension_root,
  /external/chromium/chrome/common/extensions/
extension_resource.cc 24 const FilePath& ExtensionResource::GetFilePath() const {
35 GetFilePath(extension_root_, relative_path_);
40 FilePath ExtensionResource::GetFilePath(
84 GetFilePath();
extension_resource.h 30 const FilePath& GetFilePath() const;
36 static FilePath GetFilePath(const FilePath& extension_root,
extension_resource_unittest.cc 22 EXPECT_TRUE(resource.GetFilePath().empty());
43 EXPECT_TRUE(resource.GetFilePath().empty());
76 FilePath resolved_path = resource.GetFilePath();
extension_file_util.cc 147 const FilePath path = extension->GetResource(iter->second).GetFilePath();
186 const FilePath& path = ExtensionResource::GetFilePath(
195 const FilePath& path = ExtensionResource::GetFilePath(
223 if (!file_util::PathExists(extension->GetResource(*iter).GetFilePath())) {
239 !file_util::PathExists(extension->GetResource(path).GetFilePath())) {
254 const FilePath path = extension->GetResource(page_path).GetFilePath();
269 const FilePath path = extension->GetResource(options_path).GetFilePath();
284 const FilePath path = extension->GetResource(page_path).GetFilePath();
  /external/chromium_org/chrome/browser/net/
net_log_temp_file_unittest.cc 103 // Verify state and GetFilePath return correct values if EnsureInit() fails.
110 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
113 // When we lie in NetExportLogExists, make sure state and GetFilePath return
120 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
129 // Check GetFilePath returns false, if we are still writing to file.
131 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path));
143 EXPECT_TRUE(net_log_temp_file_->GetFilePath(&net_export_file_path));
192 EXPECT_TRUE(net_log_temp_file_->GetFilePath(&net_export_file_path));
196 // GetFilePath should return false if NetExportLogExists() fails.
198 EXPECT_FALSE(net_log_temp_file_->GetFilePath(&net_export_file_path))
    [all...]
net_log_temp_file.cc 119 bool NetLogTempFile::GetFilePath(base::FilePath* path) {
  /external/chromium_org/extensions/browser/
file_reader.cc 30 bool success = base::ReadFileToString(resource_.GetFilePath(), &data);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java 115 private File getFilePath(String name) {
215 final File outFile = getFilePath("test1.obb");
234 final File outFile = getFilePath("test1_nosig.obb");
249 final File outFile = getFilePath("test1_wrongpackage.obb");
265 final File file1 = getFilePath("test1.obb");
266 final File file2 = getFilePath("test2.obb");
  /external/chromium_org/chrome/browser/themes/
theme_service_browsertest.cc 55 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
64 profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
  /external/chromium/chrome/browser/extensions/
file_reader.cc 29 bool success = file_util::ReadFileToString(resource_.GetFilePath(), &data);
extension_protocols.cc 174 resource_file_path = resource.GetFilePath();
193 return new net::URLRequestFileJob(request, resource.GetFilePath());
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 185 String8 filePath = getFilePath(cameraId);
222 String8 EmulatedCameraHotplugThread::getFilePath(int cameraId) const {
228 String8 filePath = getFilePath(cameraId);
255 String8 camPath = getFilePath(*it);
287 String8 camPath = getFilePath(cameraId);
EmulatedCameraHotplugThread.h 59 String8 getFilePath(int cameraId) const;
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_revert_performer.cc 42 const base::FilePath original_path = metadata->GetFilePath(local_id);
62 changed_directories->insert(metadata->GetFilePath(entry.parent_local_id()));
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DownloadInfo.java 71 public String getFilePath() {
231 .setFilePath(downloadInfo.getFilePath())
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.cc 136 // (GetFilePath()), so that this can be called on the IO thread. It only
176 // GetFilePath is a blocking function call.
177 const base::FilePath resource_file_path = resource.GetFilePath();
  /external/chromium_org/chrome/browser/sync/test/integration/
preferences_helper.cc 188 reference_value = GetVerifierPrefs()->GetFilePath(pref_name);
190 reference_value = GetPrefs(0)->GetFilePath(pref_name);
193 if (reference_value != GetPrefs(i)->GetFilePath(pref_name)) {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.cc 150 base::FilePath idb_directory = GetFilePath(origin_url);
182 info->SetString("path", GetFilePath(origin_url).value());
298 base::FilePath idb_directory = GetFilePath(origin_url);
311 base::FilePath idb_directory = GetFilePath(origin_url);
366 base::FilePath IndexedDBContextImpl::GetFilePath(const GURL& origin_url) const {
485 base::FilePath file_path = GetFilePath(origin_url);
  /dalvik/dx/src/com/android/dx/command/dump/
ClassDumper.java 62 new DirectClassFile(ba, getFilePath(), getStrictParse());
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 100 EXPECT_EQ("/path/to/file.cpp", Replace.getFilePath());
105 EXPECT_TRUE(Replace1.getFilePath().empty());
108 EXPECT_TRUE(Replace2.getFilePath().empty());
283 EXPECT_EQ(File, Replace.getFilePath());
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
update_operation.cc 49 local_state->drive_file_path = metadata->GetFilePath(local_state->local_id);
94 *drive_file_path = metadata->GetFilePath(local_id);
remove_operation.cc 48 *changed_directory_path = metadata->GetFilePath(*local_id).DirName();

Completed in 542 milliseconds

1 2 3 4 5