OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hList
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp
606
HANDLE
hList
;
610
hList
= FindFirstFile((dirname + "\\*").c_str(), &FileData);
611
if (
hList
== INVALID_HANDLE_VALUE) {
633
if (!FindNextFile(
hList
, &FileData)) {
639
FindClose(
hList
);
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp
606
HANDLE
hList
;
610
hList
= FindFirstFile((dirname + "\\*").c_str(), &FileData);
611
if (
hList
== INVALID_HANDLE_VALUE) {
633
if (!FindNextFile(
hList
, &FileData)) {
639
FindClose(
hList
);
[
all
...]
/external/openssl/apps/
apps.c
[
all
...]
Completed in 339 milliseconds