Searched refs:fullPath (Results 26 - 50 of 52) sorted by relevance

123

/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DResourceLoaderAdaptor.java196 String fullPath;
198 fullPath = file.getCanonicalPath();
200 fullPath = file.getAbsolutePath();
202 return String.format("%s@%s", fullPath, file.lastModified());
/external/junit/src/junit/swingui/
H A DTestSuitePanel.java161 Object[] fullPath= new Object[vpath.size()+1];
162 vpath.copyInto(fullPath);
163 fullPath[vpath.size()]= fModel.getChild(treePath.getLastPathComponent(), index);;
164 TreePath fullTreePath= new TreePath(fullPath);
/external/webkit/Source/WebCore/fileapi/
H A DEntrySync.h61 EntrySync(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
H A DEntry.cpp49 Entry::Entry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
50 : EntryBase(fileSystem, fullPath)
H A DDOMFileSystem.cpp107 String platformPath = m_asyncFileSystem->virtualToPlatformPath(fileEntry->fullPath());
150 String platformPath = m_asyncFileSystem->virtualToPlatformPath(fileEntry->fullPath());
H A DEntry.idl40 readonly attribute DOMString fullPath;
H A DEntry.h61 Entry(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
H A DDOMFileSystemSync.cpp159 String platformPath = m_asyncFileSystem->virtualToPlatformPath(fileEntry->fullPath());
246 String platformPath = m_asyncFileSystem->virtualToPlatformPath(fileEntry->fullPath());
/external/webkit/Source/WebCore/storage/
H A DOriginQuotaManager.h55 void addDatabase(SecurityOrigin*, const String& databaseIdentifier, const String& fullPath);
H A DOriginUsageRecord.h47 void addDatabase(const String& identifier, const String& fullPath);
H A DOriginQuotaManager.cpp87 void OriginQuotaManager::addDatabase(SecurityOrigin* origin, const String& databaseIdentifier, const String& fullPath) argument
94 usageRecord->addDatabase(databaseIdentifier.threadsafeCopy(), fullPath.threadsafeCopy());
H A DDatabaseTracker.cpp1004 String fullPath = fullPathForDatabase(origin, name, false); local
1005 if (fullPath.isEmpty())
1042 return SQLiteFileSystem::deleteDatabaseFile(fullPath);
/external/webkit/Source/WebKit/android/jni/
H A DWebIconDatabase.cpp173 WTF::CString fullPath = WebCore::pathByAppendingComponent(pathStr, local
177 if (access(fullPath.data(), F_OK) == 0) {
178 if (chmod(fullPath.data(), mode) == 0)
181 int fd = open(fullPath.data(), O_CREAT, mode);
193 LOGE("Failed to set permissions on '%s'", fullPath.data());
/external/webkit/Source/WebKit/win/
H A DDefaultDownloadDelegate.cpp128 BString fullPath; local
129 fullPath.adoptBSTR(full);
132 String debug((BSTR)fullPath, SysStringLen(BSTR(fullPath)));
136 if (FAILED(download->setDestination(fullPath, true))) {
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dharness.js104 writer.onerror = util.flog('Error writing: ' + currentDest.fullPath);
106 console.log('Wrote: ' + currentDest.fullPath);
120 currentDest.fullPath));
H A Dfile_manager.js108 * The DirectoryEntry.fullPath value of the directory containing external
286 entry.fullPath);
571 this.currentDirEntry_.fullPath != '/' &&
573 this.currentDirEntry_.fullPath != MEDIA_DIRECTORY &&
588 this.currentDirEntry_.fullPath != '/' &&
590 this.currentDirEntry_.fullPath != MEDIA_DIRECTORY);
1029 if (self.currentDirEntry_.fullPath == MEDIA_DIRECTORY &&
1258 var fullPath = this.currentDirEntry_.fullPath.replace(/\/$/, '');
1259 var pathNames = fullPath
[all...]
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp793 String fullPath;
810 fullPath = pathByAppendingComponent(flatFileDirectory, path);
811 resource->setPath(fullPath);
820 if (!fullPath.isEmpty())
821 deleteFile(fullPath);
878 if (!fullPath.isEmpty())
1233 String fullPath; local
1243 fullPath = pathByAppendingComponent(directory, path);
1244 } while (directoryName(fullPath) != directory || fileExists(fullPath));
1432 String fullPath = pathByAppendingComponent(flatFileDirectory, path); local
1462 String fullPath = pathByAppendingComponent(flatFileDirectory, path); local
[all...]
/external/webkit/Tools/Scripts/
H A DVCSUtils.pm415 my ($fullPath) = @_;
417 if ($fullPath =~ m|^WebCore/|
418 || $fullPath =~ m|^JavaScriptCore/|
419 || $fullPath =~ m|^WebKit/|
420 || $fullPath =~ m|^WebKit2/|) {
421 return "Source/$fullPath";
423 return $fullPath;
490 my ($fullPath) = @_;
492 open SVN, "svn status --non-interactive --non-recursive '$fullPath' |" or die;
493 if (-d $fullPath) {
[all...]
H A Dold-run-webkit-tests2528 my $fullPath = catfile($testDirectory, $test);
2531 } elsif (-f $fullPath) {
2538 } elsif (-d $fullPath) {
2540 find({ preprocess => \&directoryFilter, wanted => \&fileFilter }, $fullPath);
/external/doclava/src/com/google/doclava/
H A DClearPage.java85 public static void write(Data data, String templ, String filename, boolean fullPath) { argument
89 public static void write(Data data, String templ, String filename, boolean fullPath, JSilver cs) { argument
112 if (!fullPath) {
/external/webkit/Source/WebCore/plugins/win/
H A DPluginDatabaseWin.cpp144 String fullPath = *it + "\\" + filename; local
145 if (!uniqueFilenames.add(fullPath).second)
148 paths.add(fullPath);
151 oldWMPPluginPath = fullPath;
153 newWMPPluginPath = fullPath;
/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLParser.h127 URLComponent fullPath; local
137 fullPath = URLComponent();
139 fullPath = URLComponent(authEnd, specLength - authEnd);
143 parsePath(spec, fullPath, parsed.path, parsed.query, parsed.fragment);
/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java265 final String fullPath = m_canonical ? Files.canonicalizePathname (path.getPath ()) : path.getPath ();
267 if (m_pathSet.add (fullPath))
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
H A DSDL_dlcompat.c233 static const struct stat *findFile(const char *file, const char **fullPath);
444 static const struct stat *findFile(const char *file, const char **fullPath) argument
450 *fullPath = file;
458 while ((*fullPath = getFullPath(i++, fileName)))
460 if (0 == stat(*fullPath, &sbuf))
970 const char *fullPath; local
979 if (!(sbuf = findFile(path, &fullPath)))
1003 dls = loadModule(fullPath, sbuf, mode);
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp115 String fullPath = path; local
116 if (SHCreateDirectoryEx(0, fullPath.charactersWithNullTermination(), 0) != ERROR_SUCCESS) {

Completed in 3861 milliseconds

123