HomeSort by relevance Sort by last modified time
    Searched defs:base_path (Results 26 - 32 of 32) sorted by null

12

  /external/chromium_org/win8/metro_driver/
file_picker_ash.cc 331 base::FilePath base_path; local
351 if (base_path.empty()) {
353 base_path = file_path.DirName();
357 result->append(base_path.value().c_str(), base_path.value().size() + 1);
360 DCHECK(!base_path.empty());
361 DCHECK(base_path == file_path.DirName());
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 45 const wchar_t* base_path; member in struct:mini_installer::Context
351 if (!full_path.assign(ctx->base_path) ||
381 const wchar_t* base_path, PathString* archive_path,
385 if (!setup_dest_path.assign(base_path) ||
392 base_path,
527 void DeleteExtractedFiles(const wchar_t* base_path,
533 ::RemoveDirectory(base_path);
536 // Creates a temporary directory under |base_path| and returns the full path
539 // backslash and this function requires that |base_path| always includes a
546 bool CreateWorkDir(const wchar_t* base_path, PathString* work_dir)
595 PathString base_path; local
    [all...]
  /external/chromium_org/storage/browser/fileapi/
sandbox_file_system_backend_delegate.cc 396 base::FilePath base_path =
398 if (base_path.empty() || !base::DirectoryExists(base_path))
401 base_path.Append(FileSystemUsageCache::kUsageFileName);
587 base::FilePath base_path = sandbox_file_util->GetDirectoryForOriginAndType( local
591 return base_path.Append(FileSystemUsageCache::kUsageFileName);
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc 390 base::FilePath base_path = MediaStorageUtil::FindDevicePathById(device_id); local
392 return base_path.empty() ? base_path : base_path.Append(path);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc 120 base::FilePath base_path = GetCustomWallpaperDir(sub_dir); local
121 base::FilePath to_path = base_path.Append(user_id_hash);
122 base::FilePath from_path = base_path.Append(user_id);
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 225 base::FilePath base_path; local
226 PathService::Get(chrome::DIR_TEST_DATA, &base_path);
232 base_path, BrowserThread::GetBlockingPool()));
2149 const std::string base_path = "file:\/\/" + test_path.AsUTF8Unsafe() +"\/"; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc 6146 base::FilePath base_path = data_dir().AppendASCII("autoupdate"); local
6182 base::FilePath base_path = data_dir().AppendASCII("permissions_increase"); local
    [all...]

Completed in 263 milliseconds

12