Searched refs:filePaths (Results 1 - 12 of 12) sorted by relevance

/external/clang/tools/libclang/
H A DARCMigrate.cpp76 CXRemapping clang_getRemappingsFromFileList(const char **filePaths, argument
89 if (!filePaths) {
92 "NULL filePaths\n";
99 Files.push_back(filePaths[i]);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebHistoryItem.cpp204 HashSet<String> filePaths; local
210 filePaths.add(element.m_filename);
216 filePaths.add(referencedFilePaths[i]);
219 copyToVector(filePaths, results);
/external/lzma/CPP/7zip/UI/Common/
H A DDirItem.h48 const UStringVector &filePaths,
H A DEnumDirItems.cpp109 const UStringVector &filePaths, UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes)
114 for (int i = 0; i < filePaths.Size(); i++)
116 const UString &filePath = filePaths[i];
108 EnumerateDirItems2(const UString &phyPrefix, const UString &logPrefix, const UStringVector &filePaths, UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes) argument
/external/chromium_org/third_party/mozilla/
H A DNSPasteboard+Utils.mm118 NSMutableArray* filePaths = [NSMutableArray array];
122 [filePaths addObject:[url path]];
124 if ([filePaths count] > 0) {
126 [self setPropertyList:filePaths forType:NSFilenamesPboardType];
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.h107 CharList *filePaths; /* All the files, with long paths */ member in struct:UPKGOptions_
H A Dpkgdata.cpp470 if (o.filePaths != NULL) {
471 pkg_deleteList(o.filePaths);
1434 CharList *list = o->filePaths;
1964 o->filePaths = pkg_appendToList(o->filePaths, &tail2, tmp);
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h107 CharList *filePaths; /* All the files, with long paths */ member in struct:UPKGOptions_
H A Dpkgdata.cpp480 if (o.filePaths != NULL) {
481 pkg_deleteList(o.filePaths);
1528 CharList *list = o->filePaths;
2054 o->filePaths = pkg_appendToList(o->filePaths, &tail2, tmp);
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwWebContentsDelegateAdapter.java229 int modeFlags, String[] filePaths) {
233 mFilePaths = filePaths;
228 GetDisplayNameTask(ContentResolver contentResolver, int processId, int renderId, int modeFlags, String[] filePaths) argument
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi_extensions.h569 typedef void (*NPChooseFileCallback)(const char** filePaths,
/external/clang/include/clang-c/
H A DIndex.h4783 * \param filePaths pointer to an array of file paths containing remapping info.
4791 CXRemapping clang_getRemappingsFromFileList(const char **filePaths,

Completed in 278 milliseconds