| /system/core/sdcard/ |
| sdcard.c | 694 static void fuse_init(struct fuse *fuse, int fd, const char *source_path, 707 fuse->root.namelen = strlen(source_path); 708 fuse->root.name = strdup(source_path); 730 snprintf(fuse->obbpath, sizeof(fuse->obbpath), "%s/obb", source_path); 741 snprintf(fuse->obbpath, sizeof(fuse->obbpath), "%s/Android/obb", source_path); 1850 const char *source_path = NULL; local [all...] |
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| volume_manager.h | 85 base::FilePath source_path; member in struct:file_manager::VolumeInfo
|
| volume_manager_unittest.cc | 107 event.device_path = volume_info.source_path.AsUTF8Unsafe(); 117 event.device_path = volume_info.source_path.AsUTF8Unsafe(); 291 EXPECT_EQ("device1", mount_request.source_path); 635 EXPECT_EQ("device1", mount_request.source_path); [all...] |
| file_manager_browsertest.cc | 236 const base::FilePath source_path = local 239 ASSERT_TRUE(base::CopyFile(source_path, target_path)) 240 << "Copy from " << source_path.value() [all...] |
| /external/chromium_org/chrome/browser/importer/ |
| external_process_importer_host.cc | 172 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path));
|
| ie_importer_browsertest_win.cc | 497 source_profile.source_path = temp_dir_.path(); 574 source_profile.source_path = temp_dir_.path(); 601 source_profile.source_path = temp_dir_.path(); 627 source_profile.source_path = temp_dir_.path();
|
| firefox_importer_browsertest.cc | 258 source_profile.source_path = profile_path_;
|
| /external/chromium_org/components/webdata/common/ |
| web_database_migration_unittest.cc | 224 base::FilePath source_path; local 225 PathService::Get(base::DIR_SOURCE_ROOT, &source_path); 226 source_path = source_path.AppendASCII("components"); 227 source_path = source_path.AppendASCII("test"); 228 source_path = source_path.AppendASCII("data"); 229 source_path = source_path.AppendASCII("web_database") [all...] |
| /external/chromium_org/chrome/browser/extensions/api/media_galleries/ |
| media_galleries_apitest.cc | 235 void AddFileToSingleFakeGallery(const base::FilePath& source_path) { 239 source_path, 240 fake_gallery_temp_dir_.path().Append(source_path.BaseName())));
|
| /external/chromium_org/chrome/renderer/printing/ |
| print_web_view_helper_browsertest.cc | 450 base::FilePath source_path; local 451 base::CreateTemporaryFile(&source_path); 452 chrome_render_thread_->printer()->SaveSource(0, source_path); [all...] |
| /external/chromium_org/cloud_print/virtual_driver/win/install/ |
| setup.cc | 111 base::FilePath source_path = local 113 if (!base::CopyFile(source_path, target_path)) { 115 source_path.value() << " to " << target_path.value();
|
| /external/chromium_org/tools/gyp/pylib/gyp/ |
| common.py | 442 source_path = os.path.join( 444 with open(source_path) as source_file:
|
| /external/chromium_org/build/android/pylib/symbols/ |
| elf_symbolizer_unittest.py | 158 self.assertEqual(sym_info.source_path, exp_source_path)
|
| /external/chromium_org/chrome/browser/ui/webui/options/ |
| import_data_handler.cc | 245 source_profile.source_path = path;
|
| /external/chromium_org/media/cast/test/ |
| sender.cc | 178 base::FilePath source_path = cmd->GetSwitchValuePath(kSwitchSourceFile); local 179 if (source_path.empty()) 182 LOG(INFO) << "Source: " << source_path.value(); 183 if (!file_data_.Initialize(source_path)) { [all...] |
| /external/llvm/utils/lit/lit/ |
| TestRunner.py | 302 def parseIntegratedTestScriptCommands(source_path): 304 parseIntegratedTestScriptCommands(source_path) -> commands 328 f = open(source_path, 'rb')
|
| /external/chromium_org/tools/ |
| bisect-perf-regression.py | 476 def FetchFromCloudStorage(bucket_name, source_path, destination_path): 481 source_path: Source file path. 487 target_file = os.path.join(destination_path, os.path.basename(source_path)) 489 if cloud_storage.Exists(bucket_name, source_path): 490 print 'Fetching file from gs//%s/%s ...' % (bucket_name, source_path) 491 cloud_storage.Get(bucket_name, source_path, destination_path) 496 bucket_name, source_path)) [all...] |
| /external/chromium_org/tools/memory_inspector/memory_inspector/backends/android/ |
| android_backend.py | 111 source_file_path=sym_info.source_path,
|
| /external/chromium_org/tools/binary_size/ |
| run_binary_size_analysis.py | 569 if symbol.source_path is not None: 570 path = symbol.source_path
|
| /external/chromium_org/chrome/browser/safe_browsing/ |
| download_protection_service_unittest.cc | 209 base::FilePath source_path; local 210 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &source_path)); 211 testdata_path_ = source_path [all...] |
| /external/chromium_org/chrome/browser/first_run/ |
| first_run.cc | 263 source_profile.source_path = base::FilePath(import_bookmarks_path_str);
|
| /external/chromium_org/third_party/skia/gm/rebaseline_server/ |
| server.py | 301 source_path=posixpath.join(builder, self._json_filename),
|
| /external/skia/gm/rebaseline_server/ |
| server.py | 301 source_path=posixpath.join(builder, self._json_filename),
|
| /external/chromium_org/chrome/browser/extensions/ |
| extension_service_unittest.cc | 4568 base::FilePath source_path = data_dir().AppendASCII("good.crx"); local 4819 base::FilePath source_path = data_dir().AppendASCII("good.crx"); local [all...] |
| /external/chromium_org/chrome/utility/importer/ |
| ie_importer_win.cc | 412 source_path_ = source_profile.source_path;
|