Searched refs:pDir (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap4-aah/security/tf_daemon/ |
D | smc_properties.c | 108 char *pDir = pPath; in checkFilePath() local 121 pDir = malloc(sizeof(char) * nSlashIndex); in checkFilePath() 122 if (pDir == NULL) in checkFilePath() 127 strncpy(pDir, pPath, nSlashIndex); in checkFilePath() 128 pDir[nSlashIndex] = '\0'; in checkFilePath() 132 result = stat(pDir, &buf); in checkFilePath() 136 if (SymbianCheckFSDirectory(pDir) == -1) in checkFilePath() 138 printf("Cannot create directory : %s\n.", pDir); in checkFilePath() 142 printf("Unknown path : %s\n.", pDir); in checkFilePath() 151 printf("Path %s doesn't point on a directory.\n", pDir); in checkFilePath() [all …]
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
D | smc_properties.c | 108 char *pDir = pPath; in checkFilePath() local 121 pDir = malloc(sizeof(char) * nSlashIndex); in checkFilePath() 122 if (pDir == NULL) in checkFilePath() 127 strncpy(pDir, pPath, nSlashIndex); in checkFilePath() 128 pDir[nSlashIndex] = '\0'; in checkFilePath() 132 result = stat(pDir, &buf); in checkFilePath() 136 if (SymbianCheckFSDirectory(pDir) == -1) in checkFilePath() 138 printf("Cannot create directory : %s\n.", pDir); in checkFilePath() 142 printf("Unknown path : %s\n.", pDir); in checkFilePath() 151 printf("Path %s doesn't point on a directory.\n", pDir); in checkFilePath() [all …]
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
D | OMXDccDataSave.cpp | 137 FILE * OMXCameraAdapter::parseDCCsubDir(DIR *pDir, char *path) in parseDCCsubDir() argument 147 while ((dirEntry = readdir(pDir)) != NULL) in parseDCCsubDir() 218 DIR *pDir; in fopenCameraDCC() local 225 pDir = opendir(dccPath); in fopenCameraDCC() 226 if (!pDir) { in fopenCameraDCC() 232 pFile = parseDCCsubDir(pDir, dccPath); in fopenCameraDCC() 233 closedir(pDir); in fopenCameraDCC()
|
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/ |
D | OMXCameraAdapter.h | 788 FILE * parseDCCsubDir(DIR *pDir, char *path);
|