Searched refs:entry_path (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dmock_shill_profile_client.h36 const std::string& entry_path,
40 const std::string& entry_path,
H A Dshill_profile_client.cc46 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);
106 GetEntry( const dbus::ObjectPath& profile_path, const std::string& entry_path, const DictionaryValueCallbackWithoutStatus& callback, const ErrorCallback& error_callback) argument
119 DeleteEntry( const dbus::ObjectPath& profile_path, const std::string& entry_path, const base::Closure& callback, const ErrorCallback& error_callback) argument
H A Dshill_profile_client.h45 // 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,
H A Dfake_shill_profile_client.cc82 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);
80 GetEntry( const dbus::ObjectPath& profile_path, const std::string& entry_path, const DictionaryValueCallbackWithoutStatus& callback, const ErrorCallback& error_callback) argument
101 DeleteEntry(const dbus::ObjectPath& profile_path, const std::string& entry_path, const base::Closure& callback, const ErrorCallback& error_callback) argument
140 AddEntry(const std::string& profile_path, const std::string& entry_path, const base::DictionaryValue& properties) argument
H A Dfake_shill_profile_client.h39 const std::string& entry_path,
43 const std::string& entry_path,
52 const std::string& entry_path,
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Ddelete_entry.cc18 const base::FilePath& entry_path,
22 entry_path_(entry_path),
39 options.entry_path = entry_path_.AsUTF8Unsafe();
16 DeleteEntry(extensions::EventRouter* event_router, const ProvidedFileSystemInfo& file_system_info, const base::FilePath& entry_path, bool recursive, const storage::AsyncFileUtil::StatusCallback& callback) argument
H A Dget_metadata.cc73 const base::FilePath& entry_path,
77 entry_path_(entry_path),
91 options.entry_path = entry_path_.AsUTF8Unsafe();
70 GetMetadata( extensions::EventRouter* event_router, const ProvidedFileSystemInfo& file_system_info, const base::FilePath& entry_path, ProvidedFileSystemInterface::MetadataFieldMask fields, const ProvidedFileSystemInterface::GetMetadataCallback& callback) argument
H A Ddelete_entry.h34 const base::FilePath& entry_path,
H A Dget_metadata.h33 const base::FilePath& entry_path,
H A Ddelete_entry_unittest.cc84 EXPECT_EQ(kEntryPath, options.entry_path);
H A Dget_metadata_unittest.cc126 EXPECT_EQ(kDirectoryPath, options.entry_path);
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dfake_provided_file_system.h60 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,
H A Dfake_provided_file_system.cc58 void FakeProvidedFileSystem::AddEntry(const base::FilePath& entry_path, argument
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;
93 GetMetadata( const base::FilePath& entry_path, ProvidedFileSystemInterface::MetadataFieldMask fields, const ProvidedFileSystemInterface::GetMetadataCallback& callback) argument
142 OpenFile( const base::FilePath& entry_path, OpenFileMode mode, const OpenFileCallback& callback) argument
244 DeleteEntry( const base::FilePath& entry_path, bool recursive, const storage::AsyncFileUtil::StatusCallback& callback) argument
[all...]
H A Dprovided_file_system.h45 const base::FilePath& entry_path,
68 const base::FilePath& entry_path,
H A Dprovided_file_system_interface.h89 // 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,
H A Dprovided_file_system.cc80 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)));
79 GetMetadata( const base::FilePath& entry_path, MetadataFieldMask fields, const GetMetadataCallback& callback) argument
199 DeleteEntry( const base::FilePath& entry_path, bool recursive, const storage::AsyncFileUtil::StatusCallback& callback) argument
/external/chromium_org/chromeos/network/
H A Dnetwork_configuration_handler.cc143 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...]
H A Dmanaged_network_configuration_handler_unittest.cc79 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", _, _));
78 AddEntry(const std::string& profile_path, const std::string& entry_path, const base::DictionaryValue& entry) argument
114 GetEntry(const dbus::ObjectPath& profile_path, const std::string& entry_path, const DictionaryValueCallbackWithoutStatus& callback, const ErrorCallback& error_callback) argument
250 SetUpEntry(const std::string& path_to_shill_json, const std::string& profile_path, const std::string& entry_path) argument
H A Dnetwork_configuration_handler_unittest.cc190 const std::string& entry_path,
189 OnDeleteEntry(const dbus::ObjectPath& profile_path, const std::string& entry_path, const base::Closure& callback, const ShillClientHelper::ErrorCallback& error_callback) argument
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp98 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/
H A Dentry_update_performer.cc169 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/
H A Dfake_pepper_interface_html5_fs.cc263 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/
H A Dentry_unittest.cc2599 const base::FilePath entry_path = cache_path_.AppendASCII(
2604 EXPECT_TRUE(TruncatePath(entry_path, invalid_size));

Completed in 433 milliseconds