HomeSort by relevance Sort by last modified time
    Searched refs:FilePath (Results 826 - 850 of 3914) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/zlib/google/
zip_reader_unittest.cc 36 FileWrapper(const base::FilePath& path, AccessMode mode) {
118 test_zip_contents_.insert(base::FilePath(FILE_PATH_LITERAL("foo/")));
119 test_zip_contents_.insert(base::FilePath(FILE_PATH_LITERAL("foo/bar/")));
121 base::FilePath(FILE_PATH_LITERAL("foo/bar/baz.txt")));
123 base::FilePath(FILE_PATH_LITERAL("foo/bar/quux.txt")));
125 base::FilePath(FILE_PATH_LITERAL("foo/bar.txt")));
126 test_zip_contents_.insert(base::FilePath(FILE_PATH_LITERAL("foo.txt")));
128 base::FilePath(FILE_PATH_LITERAL("foo/bar/.hidden")));
135 bool GetTestDataDirectory(base::FilePath* path) {
148 bool CompareFileAndMD5(const base::FilePath& path
    [all...]
  /external/chromium_org/chrome/common/
logging_chrome.cc 151 base::FilePath SetUpSymlinkIfNeeded(const base::FilePath& symlink_path,
159 base::FilePath target_path;
180 void RemoveSymlinkAndLog(const base::FilePath& link_path,
181 const base::FilePath& target_path) {
190 base::FilePath GetSessionLogFile(const CommandLine& command_line) {
191 base::FilePath log_dir;
196 log_dir = base::FilePath(log_dir_str);
199 base::FilePath profile_dir;
204 profile_dir = base::FilePath(login_profile_value)
    [all...]
  /external/chromium_org/chrome/utility/extensions/
unpacker.cc 48 SkBitmap DecodeImage(const base::FilePath& path) {
67 bool PathContainsParentDirectory(const base::FilePath& path) {
68 const base::FilePath::StringType kSeparators(base::FilePath::kSeparators);
69 const base::FilePath::StringType kParentDirectory(
70 base::FilePath::kParentDirectory);
71 const size_t npos = base::FilePath::StringType::npos;
72 const base::FilePath::StringType& value = path.value();
88 bool WritePickle(const IPC::Message& pickle, const base::FilePath& dest_path) {
101 Unpacker::Unpacker(const base::FilePath& extension_path
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_internals_ui.cc 87 const base::FilePath& context_path) {
102 const base::FilePath& path) {
108 static void FindContext(const base::FilePath& partition_path,
121 base::FilePath* partition_path,
124 base::FilePath::StringType path_string;
127 *partition_path = base::FilePath(path_string);
139 const base::FilePath& path,
160 base::FilePath partition_path;
179 base::FilePath partition_path;
195 const base::FilePath& partition_path
    [all...]
  /external/chromium_org/apps/app_shim/test/
app_shim_host_manager_test_api_mac.cc 22 const base::FilePath& AppShimHostManagerTestApi::directory_in_tmp() {
  /external/chromium_org/apps/shell/browser/
shell_browsertest.cc 19 base::FilePath test_data_dir;
  /external/chromium_org/apps/shell/test/
shell_test_launcher_delegate.cc 18 const base::FilePath& temp_data_dir) {
shell_test_launcher_delegate.h 17 const base::FilePath& temp_data_dir) OVERRIDE;
  /external/chromium_org/base/android/
path_service_android.cc 17 FilePath file_path(ConvertJavaStringToUTF8(env, path));
  /external/chromium_org/base/files/
file_path_watcher_stub.cc 16 virtual bool Watch(const FilePath& path,
  /external/chromium_org/base/process/
kill.cc 11 bool KillProcesses(const FilePath::StringType& executable_name,
  /external/chromium_org/base/test/
test_file_util_linux.cc 17 bool EvictFileFromSystemCache(const FilePath& file) {
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation.cc 23 const base::FilePath& relative_file_path,
25 std::set<base::FilePath>* changed_directories) {
27 std::vector<base::FilePath::StringType> components;
30 base::FilePath title(components[0]);
31 base::FilePath remaining_path;
49 base::FilePath path;
66 const base::FilePath& directory_path,
70 std::set<base::FilePath>* changed_directories) {
72 std::vector<base::FilePath::StringType> components;
78 base::FilePath existing_deepest_path(components[0])
    [all...]
truncate_operation.h 15 class FilePath;
45 const base::FilePath& temporary_file_directory);
51 void Truncate(const base::FilePath& file_path,
60 const base::FilePath& local_file_path,
  /external/chromium_org/chrome/browser/chromeos/drive/
write_on_cache_file.cc 33 const base::FilePath& drive_path,
37 const base::FilePath& local_cache_path,
50 const base::FilePath& path,
58 const base::FilePath& path,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
fake_provided_file_system.h 44 const base::FilePath& entry_path,
47 const base::FilePath& directory_path,
49 virtual void OpenFile(const base::FilePath& file_path,
72 typedef std::map<int, base::FilePath> OpenedFilesMap;
provided_file_system.h 19 class FilePath;
41 const base::FilePath& entry_path,
44 const base::FilePath& directory_path,
46 virtual void OpenFile(const base::FilePath& file_path,
provided_file_system_info.cc 16 const base::FilePath& mount_path)
  /external/chromium_org/chrome/browser/chromeos/login/auth/
mount_manager.cc 21 base::FilePath MountManager::GetHomeDir(std::string& user_hash) {
34 base::FilePath MountManager::GetPath(const std::string& user_id) {
37 return (i == additional_mounts_.end()) ? base::FilePath() : i->second;
41 const base::FilePath& path) {
  /external/chromium_org/chrome/browser/chromeos/login/test/
https_forwarder.h 25 base::FilePath* testserver_path) const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
mock_user_image_manager.h 24 MOCK_METHOD1(SaveUserImageFromFile, void(const base::FilePath&));
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_external_data_manager.h 40 const base::FilePath& cache_path,
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_apitest.cc 16 base::FilePath base_dir = test_data_dir_.AppendASCII("developer");
21 void LoadNamedExtension(const base::FilePath& path,
28 void InstallNamedExtension(const base::FilePath& path,
43 base::FilePath basedir = test_data_dir_.AppendASCII("developer");
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 83 std::string GetDisplayBaseName(const base::FilePath& path) {
101 base::FilePath PrettifyPath(const base::FilePath& source_path) {
102 base::FilePath home_path;
111 std::vector<base::FilePath::StringType> components;
113 base::FilePath display_path = base::FilePath(components[0]);
114 base::FilePath actual_path = display_path;
115 for (std::vector<base::FilePath::StringType>::iterator i =
119 display_path = base::FilePath("~");
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
image_writer_utility_client.h 33 const base::FilePath& source,
34 const base::FilePath& target);
45 const base::FilePath& source,
46 const base::FilePath& target);

Completed in 1158 milliseconds

<<31323334353637383940>>