Lines Matching refs:fullPath
113 char *fullPath = NULL;
122 fullPath = strdup(file->f_path);
123 if (fullPath == NULL) {
127 ret = GetFullpath(fd, path, &fullPath);
133 *filePath = fullPath;
341 char *fullPath = NULL;
344 int ret = vfs_normalize_path(NULL, path, &fullPath);
350 if (strncmp(fullPath, PROCESS_DIR_ROOT, procLen) != 0) {
351 free(fullPath);
355 char *pidStr = NextName(fullPath + procLen, &strLen);
357 free(fullPath);
362 free(fullPath);
367 free(fullPath);
374 free(fullPath);
380 free(fullPath);
385 free(fullPath);
389 free(fullPath);