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

  /bionic/libc/tzcode/
bionic.cpp 75 const char* path_suffix) {
82 if (asprintf(&path, "%s/%s", path_prefix, path_suffix) == -1) {
83 fprintf(stderr, "%s: couldn't allocate \"%s/%s\"\n", __FUNCTION__, path_prefix, path_suffix);
  /test/vts/utils/python/coverage/
coverage_utils.py 233 def _ClearTargetGcov(self, dut, serial, path_suffix=None):
239 path_suffix: optional string path suffix.
242 if path_suffix:
243 path = path_utils.JoinTargetPath(path, path_suffix)
  /system/update_engine/
omaha_request_action.cc 537 const string path_suffix = string("/") + element; local
539 if (!base::EndsWith(data->current_path, path_suffix,
546 data->current_path.resize(data->current_path.size() - path_suffix.size());
    [all...]

Completed in 552 milliseconds