Home
last modified time | relevance | path

Searched refs:resource_content (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/
H A Dresource_tool.c635 } resource_content; typedef
803 static void free_content(resource_content *content) in free_content()
820 static bool load_content(resource_content *content) in load_content()
838 static bool load_content_data(resource_content *content, int offset_block, in load_content_data()
910 static bool get_content(resource_content *content) in get_content()
932 resource_content content; in load_file()
1008 resource_content content; in test_charge()
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dresource_tool.c635 } resource_content; typedef
803 static void free_content(resource_content *content) in free_content()
820 static bool load_content(resource_content *content) in load_content()
838 static bool load_content_data(resource_content *content, int offset_block, in load_content_data()
910 static bool get_content(resource_content *content) in get_content()
932 resource_content content; in load_file()
1008 resource_content content; in test_charge()
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0001-Add-python3-build-support.patch1643 resource_content = read_file(path.join(self.application_dir, resource_name))
1646 - resource_content += resource_source_url(resource_name).encode(
1648 + resource_content += resource_source_url(resource_name)
1649 resource_content = resource_content.replace('\\', '\\\\')
1650 resource_content = resource_content.replace('\n', '\\n')
1651 resource_content = resource_content.replace('"', '\\"')