Searched defs:formatPath (Results 1 - 3 of 3) sorted by relevance
/test/xts/device_attest/services/core/utils/ |
H A D | attest_utils_file.c | 61 char* formatPath = realpath(filePath, NULL); in GetFileSize() local 99 char* formatPath = realpath(filePath, NULL); in WriteFile() local 153 char* formatPath = realpath(filePath, NULL); ReadFile() local 177 CreateFileImpl(char* formatPath, const char* fileName) CreateFileImpl() argument 224 char* formatPath = realpath(path, NULL); CreateFile() local 248 char* formatPath = realpath(filePath, NULL); IsFileExist() local [all...] |
/test/xts/device_attest/services/oem_adapter/src/ |
H A D | device_attest_oem_file.c | 60 char* formatPath = realpath(filePath, NULL); in OEMGetFileSize() local 96 char* formatPath = realpath(filePath, NULL); in OEMWriteFile() local 144 char* formatPath = realpath(filePath, NULL); OEMReadFile() local 165 OEMCreateFileImpl(char* formatPath, const char* fileName) OEMCreateFileImpl() argument 212 char* formatPath = realpath(path, NULL); OEMCreateFile() local [all...] |
/test/xts/device_attest_lite/services/core/small/utils/ |
H A D | attest_utils_file_detail.c | 44 char* formatPath = realpath(filePath, NULL); in GetFileSize() local 81 char* formatPath = realpath(filePath, NULL); in WriteFile() local 140 char* formatPath = realpath(filePath, NULL); ReadFile() local 170 char* formatPath = realpath(path, NULL); CreateFile() local 223 char* formatPath = realpath(filePath, NULL); IsFileExist() local [all...] |
Completed in 2 milliseconds