Searched refs:filepath (Results 1 – 2 of 2) sorted by relevance
30 char filepath[kMaxFilePathLength]; in unlinkFunctions() local42 sprintf(filepath, "%s/%s", path, function->d_name); in unlinkFunctions()43 ret = remove(filepath); in unlinkFunctions()45 ALOGE("Unable remove file %s errno:%d", filepath, errno); in unlinkFunctions()
75 filepath = os.path.join(dirpath, filename)76 mo = re.match(Constants.HAL_PATH_PATTERN, filepath)