Searched refs:node_path (Results 1 - 8 of 8) sorted by relevance
/external/qemu/ |
H A D | device_tree.h | 19 int qemu_devtree_setprop(void *fdt, const char *node_path, 21 int qemu_devtree_setprop_cell(void *fdt, const char *node_path, 23 int qemu_devtree_setprop_string(void *fdt, const char *node_path,
|
H A D | device_tree.c | 75 int qemu_devtree_setprop(void *fdt, const char *node_path, argument 80 offset = fdt_path_offset(fdt, node_path); 87 int qemu_devtree_setprop_cell(void *fdt, const char *node_path, argument 92 offset = fdt_path_offset(fdt, node_path); 99 int qemu_devtree_setprop_string(void *fdt, const char *node_path, argument 104 offset = fdt_path_offset(fdt, node_path);
|
/external/chromium/chrome/browser/ui/webui/ |
H A D | collected_cookies_ui_delegate.cc | 32 const std::string& node_path) { 34 model->GetRoot(), node_path); 253 std::string node_path; local 254 if (!args->GetString(0, &node_path)) 258 allowed_cookies_tree_model_.get(), node_path); 266 std::string node_path; local 267 if (!args->GetString(0, &node_path)) 271 blocked_cookies_tree_model_.get(), node_path); 279 std::string node_path; local 280 if (!args->GetString(0, &node_path)) 31 GetOriginNode(CookiesTreeModel* model, const std::string& node_path) argument [all...] |
H A D | cookies_tree_model_adapter.cc | 110 std::string node_path; local 111 CHECK(args->GetString(0, &node_path)); 114 model_->GetRoot(), node_path);
|
/external/chromium/chrome/browser/ui/webui/options/ |
H A D | cookies_view_handler.cc | 166 std::string node_path; local 167 if (!args->GetString(0, &node_path)){ 174 cookies_tree_model_->GetRoot(), node_path); 180 std::string node_path; local 181 if (!args->GetString(0, &node_path)){ 188 cookies_tree_model_->GetRoot(), node_path);
|
/external/chromium_org/content/browser/gamepad/ |
H A D | gamepad_platform_data_fetcher_linux.cc | 40 const char* node_path = udev_device_get_devnode(dev); local 41 if (!node_path) 45 bool is_gamepad = StartsWithASCII(node_path, kJoystickRoot, true); 51 base::StringPiece str(&node_path[base_len], strlen(node_path) - base_len); 59 *path = node_path; 116 std::string node_path; local 117 if (IsGamepad(dev, &index, &node_path)) { 139 device_fd = HANDLE_EINTR(open(node_path.c_str(), O_RDONLY | O_NONBLOCK));
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
H A D | cookies_view_handler.cc | 226 std::string node_path; local 227 if (!args->GetString(0, &node_path)) 233 cookies_tree_model_->GetRoot(), node_path); 239 std::string node_path; local 240 if (!args->GetString(0, &node_path)) 246 cookies_tree_model_->GetRoot(), node_path);
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
H A D | fake_pepper_interface_html5fs.cc | 249 const Path& node_path = iter->first; local 250 if (node_path.find(path) == std::string::npos) 259 if (node_path.find('/', path.size() + 1) != std::string::npos) 263 Path entry_path = node_path; 264 size_t last_slash = node_path.rfind('/');
|
Completed in 1284 milliseconds