Searched refs:full_path_name (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcstat.c81 char full_path_name[MAX_PATH]; local in function:FcStat
94 rc = GetFullPathName ((LPCSTR) file, sizeof (full_path_name), full_path_name, &basename);
95 if (rc == 0 || rc > sizeof (full_path_name))
98 rc = GetLongPathName (full_path_name, full_path_name, sizeof (full_path_name));
99 statb->st_ino = FcStringHash ((const FcChar8 *) full_path_name);

Completed in 2 milliseconds