search for: direntries

Displaying 9 results from an estimated 9 matches for "direntries".

Did you mean: dir_entries
2005 Jul 28
1
[LLVMdev] [patch] gccld not properly constructing paths when checking for bytecode
...eems the build system might need a bit of tweaking. Here's a patch: Index: lib/System/Unix/Path.inc =================================================================== RCS file: /var/cvs/llvm/llvm/lib/System/Unix/Path.inc,v retrieving revision 1.43 diff -r1.43 Path.inc 436c436,439 < DIR* direntries = ::opendir(path.c_str()); --- > std::string dirPath = path; > if (dirPath[dirPath.size() - 1] != '/') > dirPath += '/'; > DIR* direntries = ::opendir(dirPath.c_str()); 444c447 < Path aPath(path + (const char*)de->d_name); --- > Path aPath(...
2007 Aug 24
1
How to download any file using send_file() method
...ath ="D:/hr" end @f=File.ftype(@path) if @f=="file" redirect_to :action=>''download_files'' else @dirEntries = Dir.entries(@path) @dirEntries.reject! { |filename| filename.starts_with? ''.'' } end end def download_files send_file(''D:/hr/xyz.doc'',...
2003 Apr 26
1
msdosfs vs 250Gb hard disk
I am attempting to utilise a 250Gb Maxtor external Firewire drive. To obtain maximum portability I would prefer to format it as FAT32 (it comes formatted that way) - that way Windows, Linux and FreeBSD machines can access it. Unfortunately FreeBSD doesn't grok really large FAT32 partitions :( When I attempt to mount it, I get -> mountmsdosfs(): disk too big, sorry The code in question..
2011 Mar 12
3
wich filesystem to store > 250E6 small files in same or hashed dire
Hi I need to store about 250.000.000 files. Files are less than 4k. On a ext4 (fedora 14) the system crawl at 10.000.000 in the same directory. I tried to create hash directories, two level of 4096 dir = 16.000.000 but I had to stop the script to create these dir after hours and "rm -rf" would have taken days ! mkfs was my friend I tried two levels, first of 4096 dir, second of 64
2012 Jun 14
0
[ocfs2-announce] OCFS2 1.4.10-1 released
All, We are pleased to announce the release of OCFS2 1.4.10-1 and OCFS2 tools 1.6.3-2 for Oracle Linux 5 Update 7 and higher and Redhat Enterprise Linux 5 Update 7 and higher. Oracle's Unbreakable Linux Network users who are subscribing to the "OCFS2 1.4 packages for Enterprise Linux 5" channel can upgrade to this release by running up2date. Red Hat's Enterprise Linux 5
2005 Jun 28
1
Fw: Missing files on Windows client side
...entries=1644 and max_data_bytes=16384. maxentries appeared to be calculated. But I could not found out so far how max_data_bytes was calculated. Can this be increased? Or could it be that DIRLEN_GUESS is too small? So my idea is that in AIX 5.2 ML5/6 + latest fixes the number of bytes used for direntries consumes more memory that in linux. Can you help us further with this? Met vriendelijke groet, / With kind regards, J. Martens Afd. Automatisering van Lekkerland Nederland en Conway Belgi? Dep. ICT from Lekkerland The Netherlands and Conway Belgium E-mail: joop.martens@lekkerland.nl...
2009 Nov 13
0
Wine release 1.1.33
The Wine development release 1.1.33 is now available. What's new in this release (see below for details): - Gecko now installed at wineprefix creation time. - Better support for certificates in crypt32. - Improved sound support in mciwave. - Some more Direct3D 10 functions. - Many cleanups for issues spotted by Valgrind. - Various bug fixes. The source is available from the
2009 Dec 04
0
Wine release 1.1.34
The Wine development release 1.1.34 is now available. What's new in this release (see below for details): - Many fixes for crypto certificates support. - A lot of MSHTML improvements. - Various fixes to support the Left 4 Dead 2 DRM. - A number of OLE marshalling fixes. - More Listview improvements. - Various bug fixes. The source is available from the following locations:
2006 Jul 26
5
linux-2.6-xen.hg
Hi, Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being updated? if not, what''s the preferred Linux tree to track that has all of the Xen bits? Thanks, Muli _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel