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

  /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...]
  /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;

Completed in 95 milliseconds