Searched refs:tmpstrlen (Results 1 – 3 of 3) sorted by relevance
/external/opencore/engines/author/test/src/ |
D | pvaetest.cpp | 504 int32 tmpstrlen = oscl_strlen(tmpstr) + 1; in FindAudioConfigFile() local 505 if (tmpstrlen > 128) in FindAudioConfigFile() 507 tmpstrlen = 128; in FindAudioConfigFile() 509 oscl_strncpy(argstr, tmpstr, tmpstrlen); in FindAudioConfigFile() 510 argstr[tmpstrlen-1] = '\0'; in FindAudioConfigFile() 575 int32 tmpstrlen = oscl_strlen(tmpstr) + 1; in FindVideoConfigFile() local 576 if (tmpstrlen > 128) in FindVideoConfigFile() 578 tmpstrlen = 128; in FindVideoConfigFile() 580 oscl_strncpy(argstr, tmpstr, tmpstrlen); in FindVideoConfigFile() 581 argstr[tmpstrlen-1] = '\0'; in FindVideoConfigFile() [all …]
|
/external/opencore/engines/adapters/player/framemetadatautility/test/src/ |
D | test_pv_frame_metadata_utility.cpp | 303 int32 tmpstrlen = oscl_strlen(tmpstr) + 1; in FindSourceFile() local 304 if (tmpstrlen > 128) in FindSourceFile() 306 tmpstrlen = 128; in FindSourceFile() 308 oscl_strncpy(argstr, tmpstr, tmpstrlen); in FindSourceFile() 309 argstr[tmpstrlen-1] = NULL; in FindSourceFile()
|
/external/opencore/engines/player/test/src/ |
D | test_pv_player_engine.cpp | 619 int32 tmpstrlen = oscl_strlen(tmpstr) + 1; in FindSourceType() local 620 if (tmpstrlen > 128) in FindSourceType() 622 tmpstrlen = 128; in FindSourceType() 624 oscl_strncpy(argstr, tmpstr, tmpstrlen); in FindSourceType() 625 argstr[tmpstrlen-1] = '\0'; in FindSourceType() 750 int32 tmpstrlen = oscl_strlen(tmpstr) + 1; in FindSourceFile() local 751 if (tmpstrlen > 128) in FindSourceFile() 753 tmpstrlen = 128; in FindSourceFile() 755 oscl_strncpy(argstr, tmpstr, tmpstrlen); in FindSourceFile() 756 argstr[tmpstrlen-1] = '\0'; in FindSourceFile()
|