Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/usb/
DUsbGadgetUtils.cpp30 char filepath[kMaxFilePathLength]; in unlinkFunctions() local
42 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()
/hardware/interfaces/prebuilt_hashes/
Ddump_hals_for_release.py75 filepath = os.path.join(dirpath, filename)
76 mo = re.match(Constants.HAL_PATH_PATTERN, filepath)