Searched refs:fullPath (Results 1 - 19 of 19) sorted by relevance

/external/webkit/WebKitTools/Scripts/
H A Dsvn-unapply176 my $fullPath = $1;
177 $directoriesToCheck{dirname($fullPath)} = 1;
189 if (basename($fullPath) eq "ChangeLog") {
190 my $changeLogDotOrigExisted = -f "${fullPath}.orig";
191 unapplyPatch(unsetChangeLogDate($fullPath, fixChangeLogPatch($patch)), $fullPath, ["--fuzz=3"]);
192 unlink("${fullPath}.orig") if (! $changeLogDotOrigExisted);
194 unapplyPatch($patch, $fullPath);
201 unlink($fullPath) if (-e $fullPath);
[all...]
H A Dsvn-apply258 my ($fullPath, $contents) = @_;
264 open FILE, ">", $fullPath or die "Failed to open $fullPath.";
267 if (!scmKnowsOfFile($fullPath)) {
269 scmAdd($fullPath);
273 scmRemove($fullPath);
279 my ($fullPath, $contents) = @_;
281 my ($binaryChunkType, $binaryChunk, $reverseBinaryChunkType, $reverseBinaryChunk) = decodeGitBinaryPatch($contents, $fullPath);
289 if (open FILE, $fullPath) {
290 die "$fullPath alread
[all...]
H A DVCSUtils.pm334 my ($fullPath) = @_;
336 open SVN, "svn status --non-interactive --non-recursive '$fullPath' |" or die;
337 if (-d $fullPath) {
342 my $normalizedFullPath = File::Spec->catdir(File::Spec->splitdir($fullPath));
907 my ($contents, $fullPath) = @_;
918 die "$fullPath: unexpected size of a line: $&" if length($2) % 5 != 0;
923 die "$fullPath: unexpected size of a line: $&" if int(($expectedSize + 3) / 4) * 4 != $actualSize;
935 my ($contents, $fullPath) = @_;
948 die "$fullPath: unknown git binary patch format"
958 my $binaryChunk = decodeGitBinaryChunk($encodedChunk, $fullPath);
[all...]
H A Drun-webkit-tests2137 my $fullPath = catfile($testDirectory, $test);
2140 } elsif (-f $fullPath) {
2147 } elsif (-d $fullPath) {
2148 find({ preprocess => \&directoryFilter, wanted => \&fileFilter }, $fullPath);
/external/webkit/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp126 CString fullPath = fileSystemRepresentation(path); local
127 if (!access(fullPath.data(), F_OK))
130 char* p = fullPath.mutableData() + 1;
131 int length = fullPath.length();
138 if (access(fullPath.data(), F_OK))
139 if (mkdir(fullPath.data(), S_IRWXU))
143 if (access(fullPath.data(), F_OK))
144 if (mkdir(fullPath.data(), S_IRWXU))
/external/webkit/WebCore/storage/
H A DOriginUsageRecord.cpp42 void OriginUsageRecord::addDatabase(const String& identifier, const String& fullPath) argument
46 ASSERT_ARG(fullPath, fullPath.impl()->refCount() == 1);
48 m_databaseMap.set(identifier, DatabaseEntry(fullPath));
H A DOriginQuotaManager.h53 void addDatabase(SecurityOrigin*, const String& databaseIdentifier, const String& fullPath);
H A DOriginUsageRecord.h47 void addDatabase(const String& identifier, const String& fullPath);
H A DOriginQuotaManager.cpp75 void OriginQuotaManager::addDatabase(SecurityOrigin* origin, const String& databaseIdentifier, const String& fullPath) argument
82 usageRecord->addDatabase(databaseIdentifier.threadsafeCopy(), fullPath.threadsafeCopy());
H A DDatabaseTracker.cpp729 String fullPath = fullPathForDatabase(origin, name, false); local
730 if (fullPath.isEmpty())
761 return SQLiteFileSystem::deleteDatabaseFile(fullPath);
/external/icu4c/tools/toolutil/
H A Dpkg_gencmn.c384 char *fullPath = NULL; local
398 fullPath = pathToFullPath(filename, source);
412 files[fileCount].pathname=fullPath;
417 file=T_FileStream_open(fullPath, "rb");
419 fprintf(stderr, "gencmn: unable to open listed file %s\n", fullPath);
426 fprintf(stderr, "gencmn: unable to get length of listed file %s\n", fullPath);
435 printf("%s ignored (size %ld > %ld)\n", fullPath, (long)length, (long)maxSize);
488 char *fullPath; local
493 fullPath = uprv_malloc(newLength);
495 uprv_strcpy(fullPath, sourc
[all...]
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DInspectorClientGtk.cpp101 GOwnPtr<gchar> fullPath(g_strdup_printf("%s/WebCore/inspector/front-end/inspector.html", currentDirectory.get()));
102 inspectorURI.set(g_filename_to_uri(fullPath.get(), NULL, NULL));
120 GOwnPtr<gchar> fullPath(g_strdup_printf("%s/WebCore/English.lproj/localizedStrings.js", currentDirectory.get()));
121 URL.set(g_filename_to_uri(fullPath.get(), NULL, NULL));
/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/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/webkit/WebCore/plugins/win/
H A DPluginDatabaseWin.cpp146 String fullPath = *it + "\\" + filename; local
147 if (!uniqueFilenames.add(fullPath).second)
150 paths.add(fullPath);
153 oldWMPPluginPath = fullPath;
155 newWMPPluginPath = fullPath;
/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/WebCore/platform/win/
H A DFileSystemWin.cpp113 String fullPath = path; local
114 if (SHCreateDirectoryEx(0, fullPath.charactersWithNullTermination(), 0) != ERROR_SUCCESS) {
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 183 milliseconds