HomeSort by relevance Sort by last modified time
    Searched refs:ffdataStruct (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/npapi/npspy/common/
plugload.cpp 90 WIN32_FIND_DATA ffdataStruct;
116 HANDLE handle = FindFirstFile(search_path.c_str(), &ffdataStruct);
131 cur_file = cur_file.append(ffdataStruct.cFileName);
132 if(!(ffdataStruct. dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) &&
185 } while(FindNextFile(handle, &ffdataStruct));
  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 137 WIN32_FIND_DATA ffdataStruct;
146 HANDLE handle = FindFirstFile(szFileName, &ffdataStruct);
156 lstrcat(szFileName, ffdataStruct.cFileName);
157 if(ffdataStruct. dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)
161 lstrcat(szStringToAdd, ffdataStruct.cFileName);
166 bDone = !FindNextFile(handle, &ffdataStruct);

Completed in 104 milliseconds