Home
last modified time | relevance | path

Searched refs:fts_read (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/native/cmds/installd/
H A DCacheTracker.cpp105 while ((p = fts_read(fts)) != nullptr) { in loadItemsFrom()
129 while ((p = fts_read(fts)) != nullptr) { in loadItemsFrom()
H A DCacheItem.cpp80 while ((p = fts_read(fts)) != nullptr) { in purge()
H A DCrateManager.cpp70 while ((p = fts_read(fts)) != nullptr) { in traverseChildDir()
H A Dutils.cpp391 while ((p = fts_read(fts)) != nullptr) { in calculate_tree_size()
1039 while ((p = fts_read(fts)) != nullptr) { in prepare_app_cache_dir()
H A DInstalldNativeService.cpp810 while ((p = fts_read(fts)) != nullptr) { in fixupAppData()
1391 while ((p = fts_read(fts)) != nullptr) { in freeCache()
1726 while ((p = fts_read(fts)) != nullptr) { in collectManualExternalStatsForUser()
2182 while ((p = fts_read(fts)) != nullptr) { in getExternalSize()
/aosp12/bionic/tools/versioner/src/
H A DUtils.cpp53 while (FTSENT* ent = fts_read(fts.get())) { in collectHeaders()
H A DVFS.cpp46 while (FTSENT* ent = fts_read(fts.get())) { in addDirectoryToVFS()
H A DPreprocessor.cpp439 while (FTSENT* ent = fts_read(fts.get())) { in preprocessHeaders()
/aosp12/bionic/libc/include/
H A Dfts.h128 FTSENT* fts_read(FTS* __fts) __INTRODUCED_IN(21);
/aosp12/bionic/libc/bionic/
H A Dftw.cpp60 while (error == 0 && (cur = fts_read(fts)) != nullptr) { in do_nftw()
H A Dfts.c259 fts_read(FTS *sp) in fts_read() function
446 DEF_WEAK(fts_read);
/aosp12/system/core/init/
H A Dfscrypt_init_extensions.cpp64 while ((cur = fts_read(fts)) != nullptr) { in delete_dir_contents()
H A Dbuiltins.cpp978 for (FTSENT* ftsent = fts_read(fts.get()); ftsent != nullptr; in do_readahead()
979 ftsent = fts_read(fts.get())) { in do_readahead()
/aosp12/bionic/libc/
H A Dlibc.map.txt407 fts_read; # introduced=21
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt407 fts_read; # introduced=21