HomeSort by relevance Sort by last modified time
    Searched refs:entry_path (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chromeos/dbus/
mock_shill_profile_client.h 36 const std::string& entry_path,
40 const std::string& entry_path,
shill_profile_client.h 45 // TODO(stevenjb): remove dependencies on entry_path -> service_path
52 // Adds an entry to the profile only. |entry_path| corresponds to a
57 const std::string& entry_path,
119 const std::string& entry_path,
126 const std::string& entry_path,
shill_profile_client.cc 46 const std::string& entry_path,
50 const std::string& entry_path,
108 const std::string& entry_path,
114 writer.AppendString(entry_path);
121 const std::string& entry_path,
127 writer.AppendString(entry_path);
fake_shill_profile_client.h 39 const std::string& entry_path,
43 const std::string& entry_path,
52 const std::string& entry_path,
fake_shill_profile_client.cc 82 const std::string& entry_path,
90 profile->entries.GetDictionaryWithoutPathExpansion(entry_path, &entry);
102 const std::string& entry_path,
109 if (!profile->entries.RemoveWithoutPathExpansion(entry_path, NULL)) {
110 error_callback.Run("Error.InvalidProfileEntry", entry_path);
116 SetServiceProperty(entry_path,
141 const std::string& entry_path,
146 profile->entries.SetWithoutPathExpansion(entry_path, properties.DeepCopy());
148 AddManagerService(entry_path, true);
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
delete_entry.cc 18 const base::FilePath& entry_path,
22 entry_path_(entry_path),
39 options.entry_path = entry_path_.AsUTF8Unsafe();
get_metadata.cc 73 const base::FilePath& entry_path,
77 entry_path_(entry_path),
91 options.entry_path = entry_path_.AsUTF8Unsafe();
delete_entry.h 34 const base::FilePath& entry_path,
get_metadata.h 33 const base::FilePath& entry_path,
delete_entry_unittest.cc 84 EXPECT_EQ(kEntryPath, options.entry_path);
get_metadata_unittest.cc 126 EXPECT_EQ(kDirectoryPath, options.entry_path);
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
fake_provided_file_system.h 60 void AddEntry(const base::FilePath& entry_path,
71 const FakeEntry* GetEntry(const base::FilePath& entry_path) const;
77 const base::FilePath& entry_path,
101 const base::FilePath& entry_path,
fake_provided_file_system.cc 58 void FakeProvidedFileSystem::AddEntry(const base::FilePath& entry_path,
65 DCHECK(entries_.find(entry_path) == entries_.end());
74 entries_[entry_path] =
79 const base::FilePath& entry_path) const {
80 const Entries::const_iterator entry_it = entries_.find(entry_path);
94 const base::FilePath& entry_path,
97 const Entries::const_iterator entry_it = entries_.find(entry_path);
143 const base::FilePath& entry_path,
146 const Entries::const_iterator entry_it = entries_.find(entry_path);
154 opened_files_[file_handle] = entry_path;
    [all...]
provided_file_system.h 45 const base::FilePath& entry_path,
68 const base::FilePath& entry_path,
provided_file_system_interface.h 89 // Requests metadata of the passed |entry_path|. It can be either a file
92 virtual AbortCallback GetMetadata(const base::FilePath& entry_path,
141 const base::FilePath& entry_path,
provided_file_system.cc 80 const base::FilePath& entry_path,
86 event_router_, file_system_info_, entry_path, fields, callback)));
200 const base::FilePath& entry_path,
206 event_router_, file_system_info_, entry_path, recursive, callback)));
  /external/chromium_org/chromeos/network/
network_configuration_handler.cc 143 std::string entry_path; local
144 iter.value().GetAsString(&entry_path);
145 if (profile_path.empty() || entry_path.empty()) {
147 "%s: %s", profile_path.c_str(), entry_path.c_str()));
152 "%s: %s", profile_path.c_str(), entry_path.c_str()));
156 "%s: %s", profile_path.c_str(), entry_path.c_str()));
157 profile_delete_entries_[profile_path] = entry_path;
160 entry_path, local
162 AsWeakPtr(), profile_path, entry_path),
164 AsWeakPtr(), profile_path, entry_path));
    [all...]
managed_network_configuration_handler_unittest.cc 79 const std::string& entry_path,
88 entries->SetWithoutPathExpansion(entry_path, new_entry);
115 const std::string& entry_path,
124 entries->GetDictionaryWithoutPathExpansion(entry_path, &entry);
252 const std::string& entry_path) {
255 profiles_stub_.AddEntry(profile_path, entry_path, *entry);
549 SetUpEntry("policy/shill_managed_vpn.json", kUser1ProfilePath, "entry_path");
560 GetEntry(dbus::ObjectPath(kUser1ProfilePath), "entry_path", _, _));
network_configuration_handler_unittest.cc 190 const std::string& entry_path,
  /external/lldb/tools/lldb-perf/lib/
Xcode.cpp 98 std::string entry_path(1024,0);
99 entry_filespec.GetPath(&entry_path[0],1024);
104 printf("%llu %s %d %d %llu %s %d %s\n",fp,path.c_str(),state,byte_size,pc,entry_path.c_str(),line_1,fname);
  /external/chromium_org/chrome/browser/chromeos/drive/sync/
entry_update_performer.cc 169 base::FilePath entry_path;
170 error = metadata->GetFilePath(local_id, &entry_path);
173 changed_files->Update(entry_path, entry, FileChange::ADD_OR_UPDATE);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_pepper_interface_html5_fs.cc 263 Path entry_path = node_path; local
266 entry_path.erase(0, last_slash + 1);
269 entry.path = entry_path;
  /external/chromium_org/net/disk_cache/
entry_unittest.cc     [all...]

Completed in 415 milliseconds