OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmd_str
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/audio/legacy/libalsa-intf/
alsaucm_test.c
67
const char *
cmd_str
;
member in struct:cmd
177
for (cmd = cmds; cmd->
cmd_str
!= NULL; cmd++) {
178
if (strncmp(cmd->
cmd_str
, command, strlen(cmd->
cmd_str
)) == 0)
182
if (cmd->
cmd_str
== NULL) {
208
fprintf(stderr, "%s: error failed to open sound card %s: %d\n", cmd->
cmd_str
, identifier, err);
217
fprintf(stderr, "%s: error failed to get card list: %d\n", cmd->
cmd_str
, err);
232
fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->
cmd_str
);
238
fprintf(stderr, "%s: error failed to reset sound card %d\n", cmd->
cmd_str
, err);
245
fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->
cmd_str
);
[
all
...]
/external/chromium_org/chrome/installer/util/
master_preferences_unittest.cc
258
std::wstring
cmd_str
(
260
cmd_str
.append(L" --do-not-launch-chrome");
261
CommandLine cmd_line = CommandLine::FromString(
cmd_str
);
283
cmd_str
= L"setup.exe --do-not-launch-chrome";
284
cmd_line.ParseFromString(
cmd_str
);
install_util.cc
139
string16
cmd_str
;
local
140
LONG read_status = active_setup_key.ReadValue(L"StubPath", &
cmd_str
);
148
CommandLine cmd(CommandLine::FromString(
cmd_str
));
Completed in 4980 milliseconds