Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Ddirentndk.cpp73 struct dirent **namelist; in Scandir64() local
76 int total = scandir64(strTemp, &namelist, PARAM_0, alphasort); in Scandir64()
79 int total = scandir64(nullptr, &namelist, PARAM_0, alphasort); in Scandir64()
98 struct dirent **namelist; in Scandir() local
101 int total = scandir(strTemp, &namelist, PARAM_0, alphasort); in Scandir()
104 int total = scandir(nullptr, &namelist, PARAM_0, alphasort); in Scandir()
H A Ddirent1ndk.cpp332 struct dirent **namelist; in Alphasort() local
336 total = scandir(PATH, &namelist, PARAM_0, alphasort); in Alphasort()
339 total = scandir(nullptr, &namelist, PARAM_0, alphasort); in Alphasort()
362 struct dirent **namelist; in Alphasort64() local
366 total = scandir(PATH, &namelist, PARAM_0, alphasort64); in Alphasort64()
369 total = scandir(nullptr, &namelist, PARAM_0, alphasort64); in Alphasort64()
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py1008 for _, name in enumerate(hap_file_info.namelist()):

Completed in 3 milliseconds