/aosp12/bionic/libc/include/ |
H A D | ftw.h | 52 struct FTW { struct 59 int nftw(const char* __dir_path, int (*__callback)(const char*, const struct stat*, int, struct FTW… argument
|
/aosp12/bionic/libc/bionic/ |
H A D | ftw.cpp | 32 int (*nftw_fn)(const char*, const struct stat*, int, FTW*), in do_nftw() argument 122 int nftw(const char* path, int (*nftw_fn)(const char*, const struct stat*, int, FTW*), in nftw() argument
|
H A D | lfs64_support.cpp | 45 int (*fn)(const char*, const struct stat64*, int, struct FTW*), in nftw64()
|
/aosp12/frameworks/native/libs/vr/libpdx_default_transport/ |
H A D | pdx_tool.cpp | 159 FTW*) { in ReloadCommandCallback() argument 166 FTW*) { in DumpCommandCallback() argument
|
/aosp12/frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/ |
H A D | service_utility.h | 57 int typeflag, struct FTW* /*ftwbuf*/) { in PokeService()
|
/aosp12/bionic/tests/ |
H A D | ftw_test.cpp | 134 static int bug_28197840_nftw(const char* path, const StatT* sb, int flag, FTW*) { in bug_28197840_nftw() argument 163 static int null_nftw_callback(const char*, const StatT*, int, FTW*) { in null_nftw_callback() argument
|
/aosp12/system/timezone/tzdatacheck/ |
H A D | tzdatacheck.cpp | 160 static int deleteFn(const char* fpath, const struct stat*, int typeflag, struct FTW*) { in deleteFn()
|
/aosp12/packages/services/Car/cpp/bugreport/ |
H A D | main.cpp | 406 auto callback = [](const char* child, const struct stat*, int file_type, struct FTW*) -> int { in recursiveRemoveDir()
|
/aosp12/system/libbase/ |
H A D | file.cpp | 174 auto callback = [](const char* child, const struct stat*, int file_type, struct FTW*) -> int { in ~TemporaryDir()
|
/aosp12/art/libartbase/base/ |
H A D | common_art_test.cc | 71 nftw(path_.c_str(), [](const char* name, const struct stat*, int type, struct FTW *) { in ~ScratchDir()
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot_fuzz_utils.cpp | 84 auto callback = [](const char* child, const struct stat*, int file_type, struct FTW*) -> int { in RmdirRecursive()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestGenerated.cpp | 443 auto callback = [](const char* child, const struct stat*, int, struct FTW*) { in TearDown()
|
H A D | SupportLibraryTestGenerated.cpp | 543 auto callback = [](const char* child, const struct stat*, int, struct FTW*) { in TearDown()
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | CompilationCachingTests.cpp | 275 auto callback = [](const char* entry, const struct stat*, int, struct FTW*) { in TearDown()
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | CompilationCachingTests.cpp | 278 auto callback = [](const char* entry, const struct stat*, int, struct FTW*) { in TearDown()
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | CompilationCachingTests.cpp | 275 auto callback = [](const char* entry, const struct stat*, int, struct FTW*) { in TearDown()
|
/aosp12/system/hardware/interfaces/suspend/1.0/default/ |
H A D | SystemSuspendUnitTest.cpp | 846 struct FTW*) -> int { in removeDirectoryEntry()
|