OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_cmd
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_script.cpp
204
char *cmd, *ctx, *cycle_cmd, *
temp_cmd
;
local
283
temp_cmd
= new char[tLen+1];
286
strcpy(
temp_cmd
, cycle_cmd);
287
if ( execute_functional_script(
temp_cmd
) != 0 )
289
temp_cmd
[0] = '\0';
310
if (
temp_cmd
) {
311
delete
temp_cmd
;
312
temp_cmd
= NULL;
[
all
...]
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp
102
char *cmd, *ctx, *cycle_cmd, *
temp_cmd
;
local
175
temp_cmd
= new char[tLen+1];
178
strcpy(
temp_cmd
, cycle_cmd);
179
if ( execute_functional_script(
temp_cmd
) != 0 )
181
temp_cmd
[0] = '\0';
202
if (
temp_cmd
) {
203
delete
temp_cmd
;
204
temp_cmd
= NULL;
[
all
...]
Completed in 607 milliseconds