Home
last modified time | relevance | path

Searched refs:apath (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckLogicalGroupings.java67 for (String apath : paths) { in handleCheck()
68 if (isHereOrNonRoot(apath)) { in handleCheck()
119 for (String apath : paths) { in handleCheck()
120 String fPath = getCldrFileToCheck().getFullXPath(apath); in handleCheck()
124 …if (apath.startsWith("//ldml/dates/calendars/calendar[@type=\"gregorian\"]/days/dayContext[@type=\… in handleCheck()
135 if (apath.equals(path)) { // record what this path has, for later. in handleCheck()
140 draftStatuses.put(draftStatus, getPathHeaderFactory().fromPath(apath)); in handleCheck()
/external/python/cpython2/Modules/
Dposixmodule.c2967 char *apath = NULL; in posix_utime() local
2989 Py_FileSystemDefaultEncoding, &apath, &arg)) in posix_utime()
2992 hFile = CreateFileA(apath, FILE_WRITE_ATTRIBUTES, 0, in posix_utime()
2997 win32_error("utime", apath); in posix_utime()
2998 PyMem_Free(apath); in posix_utime()
3001 PyMem_Free(apath); in posix_utime()