Searched defs:filePaths (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebOpenPanelResultListenerProxy.cpp54 Vector<String> filePaths; local
55 filePaths.reserveInitialCapacity(size);
61 filePaths.uncheckedAppend(url.fileSystemPath());
65 m_page->didChooseFilesForOpenPanel(filePaths);
/external/clang/tools/libclang/
H A DARCMigrate.cpp77 CXRemapping clang_getRemappingsFromFileList(const char **filePaths, argument
90 if (!filePaths) {
93 "NULL filePaths\n";
100 Files.push_back(filePaths[i]);
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.h107 CharList *filePaths; /* All the files, with long paths */ member in struct:UPKGOptions_

Completed in 188 milliseconds