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

123

/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DEntryBase.cpp45 EntryBase::EntryBase(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
47 , m_fullPath(fullPath)
48 , m_name(DOMFilePath::getName(fullPath))
H A DDirectoryReader.cpp43 DirectoryReader::DirectoryReader(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
44 : DirectoryReaderBase(fileSystem, fullPath)
H A DFileEntrySync.cpp41 FileEntrySync::FileEntrySync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
42 : EntrySync(fileSystem, fullPath)
H A DDirectoryReaderSync.h49 static PassRefPtr<DirectoryReaderSync> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
51 return adoptRef(new DirectoryReaderSync(fileSystem, fullPath));
57 DirectoryReaderSync(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
H A DFileEntry.h46 static PassRefPtr<FileEntry> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
48 return adoptRef(new FileEntry(fileSystem, fullPath));
57 FileEntry(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
H A DDirectoryReaderSync.cpp46 DirectoryReaderSync::DirectoryReaderSync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
47 : DirectoryReaderBase(fileSystem, fullPath)
H A DFileEntry.cpp44 FileEntry::FileEntry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
45 : Entry(fileSystem, fullPath)
H A DDirectoryEntry.h52 static PassRefPtr<DirectoryEntry> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
54 return adoptRef(new DirectoryEntry(fileSystem, fullPath));
64 DirectoryEntry(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
H A DDirectoryEntrySync.h49 static PassRefPtr<DirectoryEntrySync> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
51 return adoptRef(new DirectoryEntrySync(fileSystem, fullPath));
62 DirectoryEntrySync(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
H A DDirectoryReader.h50 static PassRefPtr<DirectoryReader> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
52 return adoptRef(new DirectoryReader(fileSystem, fullPath));
60 DirectoryReader(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
H A DFileEntrySync.h48 static PassRefPtr<FileEntrySync> create(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
50 return adoptRef(new FileEntrySync(fileSystem, fullPath));
60 FileEntrySync(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
H A DDirectoryReaderBase.h49 DirectoryReaderBase(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
51 , m_fullPath(fullPath)
H A DEntryBase.h54 const String& fullPath() const { return m_fullPath; } function in class:WebCore::EntryBase
60 EntryBase(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
H A DDOMFileSystemBase.cpp108 KURL DOMFileSystemBase::createFileSystemURL(const String& fullPath) const
110 ASSERT(DOMFilePath::isAbsolute(fullPath));
113 url.setPath(url.path() + encodeWithURLEscapeSequences(fullPath.substring(1)));
125 return createFileSystemURL(entry->fullPath());
147 if (source->isDirectory() && isSameFileSystem && DOMFilePath::isParentOf(source->fullPath(), parent->fullPath()))
151 if (isSameFileSystem && (newName.isEmpty() || source->name() == newName) && DOMFilePath::getDirectory(source->fullPath()) == parent->fullPath())
154 destinationPath = parent->fullPath();
168 path = DOMFilePath::append(base->fullPath(), pat
[all...]
H A DEntrySync.cpp101 String parentPath = DOMFilePath::getDirectory(fullPath());
105 EntrySync::EntrySync(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) argument
106 : EntryBase(fileSystem, fullPath)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A Dautoreadme.py37 fullPath = os.path.join(path, aFile)
39 fullPath)
42 fullPath,))
44 workspace.openFile_withApplication_(fullPath, app)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/Scripts/
H A Dautoreadme.py37 fullPath = os.path.join(path, aFile)
39 fullPath)
42 fullPath)
44 workspace.openFile_withApplication_(fullPath, app)
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAout.c163 Tcl_DString fullPath;
186 Tcl_DStringInit (&fullPath);
194 Tcl_DStringAppend(&fullPath, p, q-p);
195 Tcl_DStringAppend(&fullPath, "/", 1);
196 Tcl_DStringAppend(&fullPath, path, -1);
197 if (access(Tcl_DStringValue(&fullPath), F_OK) != -1) {
200 Tcl_DStringSetLength(&fullPath, 0);
204 if (*Tcl_DStringValue(&fullPath) == 0) {
205 Tcl_DStringAppend(&fullPath, path, -1);
249 Tcl_DStringAppend (&linkCommandBuf, Tcl_DStringValue(&fullPath),
162 Tcl_DString fullPath; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/
H A Dpreprocess-idls.pl64 my $fullPath = Cwd::realpath($idlFile);
65 my $idlFileContents = getFileContents($fullPath);
68 $supplementalDependencies{$fullPath} = $partialInterfaceName;
81 $interfaceNameToIdlFile{$interfaceName} = $fullPath;
82 $idlFileToInterfaceName{$fullPath} = $interfaceName;
83 $supplementals{$fullPath} = [];
161 my $fullPath = Cwd::realpath($destinationFile);
162 $supplementalDependencies{$fullPath} = $interfaceName if $interfaceNameToIdlFile{$interfaceName};
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dpkg_gencmn.c407 char *fullPath = NULL; local
425 fullPath = pathToFullPath(filename, source);
438 files[fileCount].pathname=fullPath;
443 file=T_FileStream_open(fullPath, "rb");
445 fprintf(stderr, "gencmn: unable to open listed file %s\n", fullPath);
452 fprintf(stderr, "gencmn: unable to get length of listed file %s\n", fullPath);
461 printf("%s ignored (size %ld > %ld)\n", fullPath, (long)length, (long)maxSize);
511 char *fullPath; local
516 fullPath = uprv_malloc(newLength);
518 uprv_strcpy(fullPath, sourc
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A Dinline-javascript-imports.py58 fullPath = os.path.join(importsDir, importFileName)
59 if not os.access(fullPath, os.F_OK):
63 importFile = open(fullPath, 'r')
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DDOMFileSystemBlackBerry.cpp32 KURL DOMFileSystemBase::createFileSystemURL(const String& fullPath) const
34 ASSERT(DOMFilePath::isAbsolute(fullPath));
36 // For regular types we can just append the entry's fullPath to the m_filesystemRootURL that should look like 'filesystem:<origin>/<typePrefix>'.
38 return m_context->completeURL(m_filesystemRootURL.string() + encodeWithURLEscapeSequences(fullPath));
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A DtclLoadAout.c160 Tcl_DString fullPath;
183 Tcl_DStringInit (&fullPath);
191 Tcl_DStringAppend(&fullPath, p, q-p);
192 Tcl_DStringAppend(&fullPath, "/", 1);
193 Tcl_DStringAppend(&fullPath, path, -1);
194 if (access(Tcl_DStringValue(&fullPath), F_OK) != -1) {
197 Tcl_DStringSetLength(&fullPath, 0);
201 if (*Tcl_DStringValue(&fullPath) == 0) {
202 Tcl_DStringAppend(&fullPath, path, -1);
212 GuessPackageName(Tcl_DStringValue(&fullPath),
159 Tcl_DString fullPath; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Durl.h64 string fullPath() const;
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Durl.h64 string fullPath() const;

Completed in 164 milliseconds

123