Searched refs:pid_str (Results 1 – 2 of 2) sorted by relevance
13 std::string pid_str = fdp.ConsumeRemainingBytesAsString(); in LLVMFuzzerTestOneInput() local14 setVidPid(vid_str.c_str(), pid_str.c_str()); in LLVMFuzzerTestOneInput()
2796 char pid_str[255] = {0}; in mm_camera_debug_open() local2799 snprintf(pid_str, 255, "_%d", getpid()); in mm_camera_debug_open()2801 strlcat(new_log_file_name, pid_str, sizeof(new_log_file_name)); in mm_camera_debug_open()