Searched defs:pDir (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXDccDataSave.cpp137 FILE * OMXCameraAdapter::parseDCCsubDir(DIR *pDir, char *path) argument
147 while ((dirEntry = readdir(pDir)) != NULL)
218 DIR *pDir; local
225 pDir = opendir(dccPath);
226 if (!pDir) {
232 pFile = parseDCCsubDir(pDir, dccPath);
233 closedir(pDir);
/hardware/ti/omap4-aah/security/tf_daemon/
H A Dsmc_properties.c108 char *pDir = pPath; local
121 pDir = malloc(sizeof(char) * nSlashIndex);
122 if (pDir == NULL)
127 strncpy(pDir, pPath, nSlashIndex);
128 pDir[nSlashIndex] = '\0';
132 result = stat(pDir, &buf);
136 if (SymbianCheckFSDirectory(pDir) == -1)
138 printf("Cannot create directory : %s\n.", pDir);
142 printf("Unknown path : %s\n.", pDir);
151 printf("Path %s doesn't point on a directory.\n", pDir);
[all...]
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties.c108 char *pDir = pPath; local
121 pDir = malloc(sizeof(char) * nSlashIndex);
122 if (pDir == NULL)
127 strncpy(pDir, pPath, nSlashIndex);
128 pDir[nSlashIndex] = '\0';
132 result = stat(pDir, &buf);
136 if (SymbianCheckFSDirectory(pDir) == -1)
138 printf("Cannot create directory : %s\n.", pDir);
142 printf("Unknown path : %s\n.", pDir);
151 printf("Path %s doesn't point on a directory.\n", pDir);
[all...]

Completed in 120 milliseconds