Searched refs:lfn (Results 1 – 4 of 4) sorted by relevance
/aosp12/build/make/tools/ |
H A D | fat16copy.py | 562 lfn = lfn_entries.items() 563 lfn.sort(key=lambda x: x[0]) 564 lfn = reduce(lambda x, y: x + y[1], lfn, "") 566 if len(lfn) == 0: 567 lfn = None 569 lfn = lfn.split('\0', 1)[0] 571 return (dentry(self, attributes, shortname, ext, lfn, first_cluster,
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | LocaleHelper.java | 171 ListFormatter lfn = ListFormatter.getInstance(dispLocale); in getDisplayLocaleList() local 172 return lfn.format((Object[]) localeNames); in getDisplayLocaleList()
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsd_cpu.h | 121 uint32_t version_minor, sym_lookup_t lfn, script_lookup_t slfn
|
H A D | rsCpuCore.cpp | 48 uint32_t version_minor, sym_lookup_t lfn, script_lookup_t slfn in create() argument 57 if (!cpu->init(version_major, version_minor, lfn, slfn)) { in create() 209 sym_lookup_t lfn, script_lookup_t slfn) { in init() argument 210 mSymLookupFn = lfn; in init()
|