HomeSort by relevance Sort by last modified time
    Searched refs:conf_copy (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/gps/msm8084/utils/
loc_cfg.cpp 331 char* conf_copy = (char*)malloc(length+1); local
333 if (conf_copy != NULL)
335 memcpy(conf_copy, conf_data, length);
337 conf_copy[length] = 0;
342 char* input_buf = strtok_r(conf_copy, "\n", &saveptr);
351 free(conf_copy);
  /hardware/qcom/gps/msm8909/utils/
loc_cfg.cpp 331 char* conf_copy = (char*)malloc(length+1); local
333 if (conf_copy != NULL)
335 memcpy(conf_copy, conf_data, length);
337 conf_copy[length] = 0;
342 char* input_buf = strtok_r(conf_copy, "\n", &saveptr);
351 free(conf_copy);
  /hardware/qcom/gps/msm8994/utils/
loc_cfg.cpp 331 char* conf_copy = (char*)malloc(length+1); local
333 if (conf_copy != NULL)
335 memcpy(conf_copy, conf_data, length);
337 conf_copy[length] = 0;
342 char* input_buf = strtok_r(conf_copy, "\n", &saveptr);
351 free(conf_copy);
  /hardware/qcom/gps/msm8996/utils/
loc_cfg.cpp 331 char* conf_copy = (char*)malloc(length+1); local
333 if (conf_copy != NULL)
335 memcpy(conf_copy, conf_data, length);
337 conf_copy[length] = 0;
342 char* input_buf = strtok_r(conf_copy, "\n", &saveptr);
351 free(conf_copy);
  /hardware/qcom/gps/msmcobalt/utils/
loc_cfg.cpp 331 char* conf_copy = (char*)malloc(length+1); local
333 if (conf_copy != NULL)
335 memcpy(conf_copy, conf_data, length);
337 conf_copy[length] = 0;
342 char* input_buf = strtok_r(conf_copy, "\n", &saveptr);
351 free(conf_copy);
  /hardware/qcom/gps/utils/
loc_cfg.cpp 331 char* conf_copy = (char*)malloc(length+1); local
333 if (conf_copy != NULL)
335 memcpy(conf_copy, conf_data, length);
337 conf_copy[length] = 0;
342 char* input_buf = strtok_r(conf_copy, "\n", &saveptr);
351 free(conf_copy);

Completed in 8513 milliseconds