/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | 108 * 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); [all...] |
/external/clang/lib/Basic/ |
FileManager.cpp | 99 std::string FullPath(GetFullPath(Name)); 100 return UniqueDirs.GetOrCreateValue(FullPath).getValue(); 116 std::string FullPath(GetFullPath(Name)); 119 FullPath = StringRef(FullPath).lower(); 120 return UniqueFiles.GetOrCreateValue(FullPath).getValue(); 126 std::string FullPath(GetFullPath(Entry->getName())); 129 FullPath = StringRef(FullPath).lower(); 130 UniqueFiles.erase(FullPath); [all...] |
/external/webkit/Source/WebCore/loader/appcache/ |
ApplicationCacheStorage.cpp | 793 String fullPath; 810 fullPath = pathByAppendingComponent(flatFileDirectory, path); 811 resource->setPath(fullPath); 820 if (!fullPath.isEmpty()) 821 deleteFile(fullPath); [all...] |
/external/doclava/src/com/google/doclava/ |
ClearPage.java | 86 public static void write(Data data, String templ, String filename, boolean fullPath) { 90 public static void write(Data data, String templ, String filename, boolean fullPath, JSilver cs) { 113 if (!fullPath) {
|
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 58 --fullpath-after= (with nothing after the '=') 60 --fullpath-after=string like --fullpath-after=, but only show the
|
cmdline2.stdout.exp | 58 --fullpath-after= (with nothing after the '=') 60 --fullpath-after=string like --fullpath-after=, but only show the
|
/external/quake/quake/src/QW/client/ |
gl_mesh.c | 290 char cache[MAX_QPATH], fullpath[MAX_OSPATH];
local 324 sprintf (fullpath, "%s/%s", com_gamedir, cache);
325 f = fopen (fullpath, "wb");
331 f = fopen (fullpath, "wb");
|
/external/webkit/Source/WebCore/fileapi/ |
Entry.h | 61 Entry(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
|
Entry.idl | 40 readonly attribute DOMString fullPath;
|
EntrySync.h | 61 EntrySync(PassRefPtr<DOMFileSystemBase>, const String& fullPath);
|
DOMFileSystemSync.cpp | 159 String platformPath = m_asyncFileSystem->virtualToPlatformPath(fileEntry->fullPath()); 246 String platformPath = m_asyncFileSystem->virtualToPlatformPath(fileEntry->fullPath());
|
/external/webkit/Source/WebCore/storage/ |
OriginQuotaManager.h | 55 void addDatabase(SecurityOrigin*, const String& databaseIdentifier, const String& fullPath);
|
OriginUsageRecord.h | 47 void addDatabase(const String& identifier, const String& fullPath);
|
/external/quake/quake/src/WinQuake/ |
gl_mesh.cpp | 303 char cache[MAX_QPATH], fullpath[MAX_OSPATH], *c; local 339 sprintf (fullpath, "%s/%s", com_gamedir, cache); 340 f = fopen (fullpath, "wb");
|
/external/chromium/base/memory/ |
scoped_temp_dir_unittest.cc | 10 TEST(ScopedTempDir, FullPath) {
|
/external/llvm/include/llvm/Object/ |
Archive.h | 129 bool FullPath = false) const { 135 getBuffer(), FullPath ? (Twine(Parent->getFileName()) + "(" + Name +
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/ |
SDL_dlcompat.c | 233 static const struct stat *findFile(const char *file, const char **fullPath); 444 static const struct stat *findFile(const char *file, const char **fullPath) 450 *fullPath = file; 458 while ((*fullPath = getFullPath(i++, fileName))) 460 if (0 == stat(*fullPath, &sbuf)) 970 const char *fullPath; 979 if (!(sbuf = findFile(path, &fullPath))) 1003 dls = loadModule(fullPath, sbuf, mode); [all...] |
/external/skia/legacy/src/ports/ |
SkFontHost_android.cpp | 56 SkString fullpath; local 57 getFullPathForSysFonts(&fullpath, path); 59 SkMMAPStream stream(fullpath.c_str()); 64 SkFILEStream stream(fullpath.c_str()); 71 SkDebugf("---- failed to open <%s> as a font\n", fullpath.c_str()); 770 SkString fullpath; local 771 getFullPathForSysFonts(&fullpath, gSystemFonts[i].fFileName); 775 fullpath.c_str(), // filename [all...] |
/external/skia/src/ports/ |
SkFontHost_android.cpp | 48 SkString fullpath; local 49 getFullPathForSysFonts(&fullpath, path); 51 SkMMAPStream stream(fullpath.c_str()); 56 SkFILEStream stream(fullpath.c_str()); 63 SkDebugf("---- failed to open <%s> as a font\n", fullpath.c_str()); 761 SkString fullpath; local 762 getFullPathForSysFonts(&fullpath, gSystemFonts[i].fFileName); 766 fullpath.c_str(), // filename [all...] |
/external/webkit/Source/WebCore/platform/win/ |
FileSystemWin.cpp | 115 String fullPath = path; 116 if (SHCreateDirectoryEx(0, fullPath.charactersWithNullTermination(), 0) != ERROR_SUCCESS) {
|
/external/webkit/Tools/Scripts/ |
VCSUtils.pm | 415 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...] |
/external/emma/core/java12/com/vladium/util/ |
IPathEnumerator.java | 265 final String fullPath = m_canonical ? Files.canonicalizePathname (path.getPath ()) : path.getPath (); 267 if (m_pathSet.add (fullPath))
|
/development/testrunner/ |
run_command.py | 190 We look for the fullpath to avoid picking up 'alternative' valgrind
|
/external/chromium/chrome/common/extensions/docs/build/ |
directory.py | 570 fullpath = os.path.realpath(os.path.join(root, file_name)) 571 path = fullpath.replace(base_path, '')[1:] 576 code_file = open(fullpath, "r") 578 raise Exception("Failed to read %s: %s" % (fullpath, msg))
|
/external/webkit/Source/JavaScriptCore/wtf/url/src/ |
URLParser.h | 127 URLComponent fullPath; 137 fullPath = URLComponent(); 139 fullPath = URLComponent(authEnd, specLength - authEnd); 143 parsePath(spec, fullPath, parsed.path, parsed.query, parsed.fragment);
|