Home | History | Annotate | Download | only in component

Lines Matching refs:string

19 #include <string>
45 const std::vector<std::string> blocks = {
46 std::string(2048, 'a') + std::string(2048, 'b'),
47 std::string(2048, 'c') + std::string(2048, 'd'),
48 std::string(2048, 'e') + std::string(2048, 'f'),
49 std::string(2048, 'g') + std::string(2048, 'h'),
51 const std::string content = android::base::Join(blocks, "");
69 std::string package = std::string(mount_point.path) + "/" + FUSE_SIDELOAD_HOST_FILENAME;
87 std::string content_via_fuse;
91 std::string exit_flag = std::string(mount_point.path) + "/" + FUSE_SIDELOAD_HOST_EXIT_FLAG;