Home | History | Annotate | Download | only in hal

Lines Matching refs:string

46   string hal_driver_path32 = kDefaultHalDriverPath32;
47 string hal_driver_path64 = kDefaultHalDriverPath64;
48 string shell_driver_path32 = kDefaultShellDriverPath32;
49 string shell_driver_path64 = kDefaultShellDriverPath64;
50 string spec_dir_path = kDefaultSpecDirPath;
51 string log_severity = "INFO";
85 log_severity = string(optarg);
89 hal_driver_path32 = string(optarg);
93 hal_driver_path64 = string(optarg);
97 shell_driver_path32 = string(optarg);
101 shell_driver_path64 = string(optarg);
105 spec_dir_path = string(optarg);
114 map<string, string> log_map = {