HomeSort by relevance Sort by last modified time
    Searched refs:source_path (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.cc 130 volume_info.source_path = drive_path;
143 // Keep source_path empty.
158 // Keep source_path empty.
172 volume_info.source_path = base::FilePath(mount_point.source_path);
518 base::FilePath(mount_info.source_path),
526 disk_mount_manager_->FindDiskBySourcePath(mount_info.source_path);
659 volume_info.source_path = path;
671 if (it->second.source_path.value() == info.location()) {
709 disk_mount_manager_->FindDiskBySourcePath(it->second.source_path)));
    [all...]
volume_manager.h 84 base::FilePath source_path; member in struct:file_manager::VolumeInfo
volume_manager_unittest.cc 98 event.device_path = volume_info.source_path.AsUTF8Unsafe();
107 event.device_path = volume_info.source_path.AsUTF8Unsafe();
283 EXPECT_EQ("device1", mount_request.source_path);
635 EXPECT_EQ("device1", mount_request.source_path);
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Main.py 233 def c_file_out_of_date(self, source_path):
234 c_path = Utils.replace_suffix(source_path, ".c")
238 if Utils.file_newer_than(source_path, c_time):
240 pos = [source_path]
241 pxd_path = Utils.replace_suffix(source_path, ".pxd")
244 for kind, name in self.read_dependency_file(source_path):
255 def find_cimported_module_names(self, source_path):
256 return [ name for kind, name in self.read_dependency_file(source_path)
262 def read_dependency_file(self, source_path):
263 dep_path = Utils.replace_suffix(source_path, ".dep"
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 253 source_path=${0%/*}
255 if [ -z "$source_path" ] || [ "$source_path" = "." ]; then
256 source_path="`pwd`"
430 SRC_PATH="$source_path"
431 SRC_PATH_BARE=$source_path
434 ASM_CONVERSION=${asm_conversion_cmd:-${source_path}/build/make/ads2gas.pl}
873 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl"
881 asm_conversion_cmd="${source_path}/build/make/ads2armasm_ms.pl"
898 LD="${source_path}/build/make/armlink_adapter.sh
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 253 source_path=${0%/*}
255 if test -z "$source_path" -o "$source_path" = "." ; then
256 source_path="`pwd`"
430 SRC_PATH="$source_path"
431 SRC_PATH_BARE=$source_path
434 ASM_CONVERSION=${asm_conversion_cmd:-${source_path}/build/make/ads2gas.pl}
849 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl"
857 asm_conversion_cmd="${source_path}/build/make/ads2armasm_ms.pl"
867 LD=${source_path}/build/make/armlink_adapter.s
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 253 source_path=${0%/*}
255 if test -z "$source_path" -o "$source_path" = "." ; then
256 source_path="`pwd`"
430 SRC_PATH="$source_path"
431 SRC_PATH_BARE=$source_path
434 ASM_CONVERSION=${asm_conversion_cmd:-${source_path}/build/make/ads2gas.pl}
849 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl"
857 asm_conversion_cmd="${source_path}/build/make/ads2armasm_ms.pl"
867 LD=${source_path}/build/make/armlink_adapter.s
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.cc 138 const base::FilePath& source_path,
149 if (!base::GetFileSize(source_path, &file_size)) {
150 LOG(WARNING) << "Couldn't get file size for: " << source_path.value();
165 success = base::Move(source_path, dest_path);
168 success = base::CopyFile(source_path, dest_path);
176 << "source_path = " << source_path.value() << ", "
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_util.cc 176 if (!volume_info.source_path.empty()) {
177 volume_metadata->source_path.reset(
178 new std::string(volume_info.source_path.AsUTF8Unsafe()));
  /external/chromium_org/chromeos/disks/
disk_mount_manager_unittest.cc 25 const char* source_path; member in struct:__anon10774::TestDiskInfo
49 const char* source_path; member in struct:__anon10774::TestMountPointInfo
58 "/device/source_path",
84 "/archive/source_path",
90 "/device/source_path",
156 new DiskMountManager::Disk(disk.source_path,
183 DiskMountManager::MountPointInfo(mount_point.source_path,
220 "/archive/source_path"))
247 "/device/source_path"))
291 "/device/source_path"))
    [all...]
  /external/chromium_org/content/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 718 base::FilePath source_path = temp_dir.path().AppendASCII("source"); local
721 base::WriteFile(source_path, kTestData,
735 task_runner.get(), source_path, 0, base::Time()));
773 base::FilePath source_path = temp_dir.path().AppendASCII("source"); local
776 base::WriteFile(source_path, kTestData,
791 task_runner.get(), source_path, 0, base::Time()));
825 base::FilePath source_path = temp_dir.path().AppendASCII("source"); local
828 base::WriteFile(source_path, kTestData,
842 task_runner.get(), source_path, 0, base::Time()));
  /external/chromium_org/media/cast/test/
sender.cc 313 base::FilePath source_path = cmd->GetSwitchValuePath(kSwitchSourceFile); local
314 if (!source_path.empty()) {
315 LOG(INFO) << "Source: " << source_path.value();
316 fake_media_source->SetSourceFile(source_path, override_fps);
  /external/chromium_org/tools/grit/grit/tool/
transl2tc.py 89 def ExtractTranslations(self, current_grd, source_rc, source_path,
104 source_path: Path to the source RC file
111 source_grd = self.rc2grd.Process(source_rc, source_path)
112 self.VerboseOut('Read %s into GRIT format, running gatherers.\n' % source_path)
  /system/core/sdcard/
sdcard.c 726 static void fuse_init(struct fuse *fuse, int fd, const char *source_path,
740 fuse->root.namelen = strlen(source_path);
741 fuse->root.name = strdup(source_path);
763 snprintf(fuse->obbpath, sizeof(fuse->obbpath), "%s/obb", source_path);
774 snprintf(fuse->obbpath, sizeof(fuse->obbpath), "%s/Android/obb", source_path);
1883 const char *source_path = NULL; local
    [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();
  /external/chromium_org/components/webdata/common/
web_database_migration_unittest.cc 218 base::FilePath source_path; local
219 PathService::Get(base::DIR_SOURCE_ROOT, &source_path);
220 source_path = source_path.AppendASCII("components");
221 source_path = source_path.AppendASCII("test");
222 source_path = source_path.AppendASCII("data");
223 source_path = source_path.AppendASCII("web_database")
    [all...]
  /external/chromium_org/chrome/utility/importer/
firefox_importer.cc 105 source_path_ = source_profile.source_path;
354 base::FilePath source_path = source_path_; local
355 base::FilePath file = source_path.AppendASCII("signons.sqlite");
361 file = source_path.AppendASCII("signons3.txt");
363 file = source_path.AppendASCII("signons2.txt");
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_apitest.cc 236 void AddFileToSingleFakeGallery(const base::FilePath& source_path) {
240 source_path,
241 fake_gallery_temp_dir_.path().Append(source_path.BaseName())));
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_browsertest.cc 456 base::FilePath source_path; local
457 base::CreateTemporaryFile(&source_path);
458 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/chrome/browser/chromeos/file_system_provider/
fake_provided_file_system.cc 263 const base::FilePath& source_path,
271 const base::FilePath& source_path,
  /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/chromeos/file_system_provider/operations/
copy_entry_unittest.cc 84 EXPECT_EQ(kSourcePath, options.source_path);

Completed in 962 milliseconds

1 2 34 5