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

/haiku/src/tools/checkstyle/
H A Dcheckstyle.py45 for root, dirs, files in os.walk(dir):
50 for file in files:
85 files = [] variable
88 files.append(arg)
90 files.extend(findCppFiles(arg))
92 run(files, cppRules, "styleviolations.html")
95 print("Checks c++ source files against the Haiku Coding Guidelines.")
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp158 " -f, --file-count=<count>\tThe maximal number of files to create.\n"
162 " -m, --max-file-size=<size>\tThe maximal file size of the files.\n"
173 " -k, --keep-dirty\t\tDo not remove the working files on quit.\n"
450 check_files(EntryVector& files) argument
452 verbose("check all files...");
454 for (EntryVector::iterator i = files.begin(); i != files.end(); i++) {
540 // TODO: in rare cases, we could remove all files
555 create_file(const EntryVector& dirs, EntryVector& files) argument
572 files
582 remove_file(EntryVector& files) argument
604 rename_file(const EntryVector& dirs, EntryVector& files) argument
627 append_file(EntryVector& files) argument
648 replace_file(EntryVector& files) argument
674 truncate_file(EntryVector& files) argument
813 EntryVector files; local
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp188 printf("%ld files scanned\33[1A\n", gFiles.size());
195 write_hash_file(const char* name, int fileCount, char** files) argument
208 int length = strlen(files[i]);
210 write(file, files[i], length + 1);
234 fprintf(stderr, "usage: %s <hash-file> [<files> ...]\n"
235 "\tWhen invoked without files, the hash-file is updated only.\n",
250 char** files = argv + 2; local
253 // read files from hash file
273 files = (char**)malloc(fileCount * sizeof(char*));
274 if (files
[all...]
/haiku/3rdparty/qtcreator/
H A Dcreate_project_file.sh8 echo "This script creates project files for Qt Creator to develop Haiku with."
28 echo >$DIR/$NAME.files
33 find $rootdir -type f | sed "s@^@../../@" >>$DIR/$NAME.files
/haiku/3rdparty/mmu_man/scripts/
H A Dbootstrap-haiku.sh30 tf=/tmp/haiku-files.org_raw_$$
31 wget -O $tf http://haiku-files.org/raw/ >/dev/null 2>&1 || error "wget error"
74 log "Copying files..."
75 copyattr -r -d files/* "$DESTVOL/"
/haiku/src/tools/restest/
H A Drestest.cpp95 parse_arguments(int argc, const char* const* argv, BList& files, argument
169 files.AddItem(const_cast<char*>(arg));
243 test_files(BList& files, TestOptions& options) argument
250 const char* filename = (const char*)files.ItemAt(i);
317 BList files; local
320 parse_arguments(argc, argv, files, options);
321 if (files.CountItems() == 0)
322 throw Exception(USAGE_ERROR, "No files given.");
323 // test the files
324 test_files(files, option
[all...]
/haiku/src/bin/
H A Dsettype.cpp23 "files.\n"
29 " - Set the preferred application of the given files to\n"
32 " - Set the application signature of the given files to\n"
35 " - Set the MIME type of the given files to <type>.\n"
102 const char **files = new const char*[argc]; local
130 files[fileCount++] = arg;
151 // iterate through the files
153 const char *fileName = files[i];
175 "be set for executable files.\n", fileName);
240 delete[] files;
[all...]
H A Dcopyattr.cpp38 "Copies attributes from one or more files to another, or copies one or more\n"
39 "files or directories, with all or a specified subset of their attributes, to\n"
45 "directory (or a symlink to a directory), the source files are copied into\n"
54 "files are copied to it. If an attribute with the same name as one to be\n"
58 "in the order the source files are given. If recursive operation is\n"
70 " -m, --move - If -d is given, the source files are removed after\n"
560 // If we have multiple source files, the destination should be a directory,
564 "multiple source files are specified and option \"-d\" is "
569 // iterate through the source files
636 const char **files local
[all...]
/haiku/src/tools/bfs_shell/
H A Dcommand_checkfs.cpp50 uint64 files = 0, directories = 0, indices = 0; local
54 // check all files and report errors
92 files++;
118 "\tindices\t\t%" FSSH_B_PRIu64 "\n", files, directories, attributes,
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp260 uint64 files = 0, directories = 0, indices = 0; local
264 // check all files and report errors
299 files++;
319 "\tindices\t\t%" B_PRIu64 "\n", files, directories, attributes,
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc19 As a special exception, if you link this library with files
299 // Now adjust files
302 for (file = files; file != NULL; file = file->next) {
556 next = buffer->files;
557 buffer->files = this;
576 for (ptr = &buffer->files; *ptr != cookie; ptr = &(*ptr)->next) ;
588 // Unlink this from list of files associated with bstr->buffer.
589 edit_streambuf **ptr = &str->buffer->files;
600 files = NULL;
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp311 const char **files = new const char*[argc]; local
334 files[fileCount++] = arg;
356 // iterate through the files and make them bootable
359 const char *fileName = files[i];
675 delete[] files;
/haiku/src/tools/fs_shell/
H A Dfssh.cpp737 const char* const* files = argv + fileStart; local
738 for (; *files; files++) {
739 const char* file = *files;
943 const char* const* files; local
945 files = argv + 1;
947 files = currentDirFiles;
949 for (; *files; files++) {
950 const char* file = *files;
[all...]
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex40 Resources provide a means to store structured but flat data in files. Unlike
43 On the one hand there are formats of files that exclusively contain resources
44 (resource files), on the other hand these are file formats extended to
62 at the end of the files. They are completely independent of their location.
67 x86 resource files introduce the least overhead. The resources start directly
82 PPC resource files begin with a PEF container header, after which the
134 block size to which the resources must be aligned. As ELF files do not contain
152 Similar to ELF files the resources are simply appended to the regular data of
170 from the type of the file. x86 resource files contain little endian, PPC
171 resource files bi
[all...]
/haiku/headers/cpp/
H A Deditbuf.h19 As a special exception, if you link this library with files
145 struct edit_streambuf *files; member in struct:edit_buffer
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp1632 // any files with names made of invalid characters, in case some bozo
1692 // that you haven't added any superfluous files to your MIME database (like
1712 // any files with names made of invalid characters, in case some bozo
2270 // functions do no such verification, and we ignore invalid type files
3553 // * Updating all files is not tested as it takes too long.
3555 // individual files
3559 MimeInfoTestFile files[] = {
3565 int fileCount = sizeof(files) / sizeof(MimeInfoTestFile);
3569 MimeInfoTestFile &file = files[i];
3598 MimeInfoTestFile &file = files[
[all...]
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp58 BMessage files; member in struct:send_mails_info
563 protocol->SendMessages(info.files, info.bytes);
869 info.files.AddRef("ref", &ref);
/haiku/src/kits/mail/
H A DMailProtocol.cpp482 BOutboundMailProtocol::SendMessages(const BMessage& files, off_t totalBytes) argument
485 message.Append(files);
/haiku/3rdparty/kallisti5/
H A Dconfigure.py29 help='The distribution\'s level of compatibility with the official Haiku distribution. The generated files will contain the respective trademarks accordingly.',
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h165 long files; member in struct:fuse_statfs_compat1
/haiku/src/system/libnetwork/netresolv/isc/
H A Deventlib_p.h225 evFile *files, *fdNext; member in struct:__anon28
/haiku/src/bin/bfs_tools/
H A Drecover.cpp221 off_t files = 0LL; local
259 files++;
282 " bytes)\n%20" B_PRIdOFF " files found (total of %" B_PRIdOFF
286 directories, directorySize, files, fileSize, symlinks, count);
716 fprintf(stderr, "copied %" B_PRId32 " files...\n", count);
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp449 int32 files = 0; local
459 files++;
465 if (files != 0 && count == 0)
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp271 // Revert all other FS operations, i.e. the writable files changes as
430 // activate/deactivate packages and create users, groups, settings files.
721 // handle global writable files
829 // get the list of included files
830 const BObjectList<BGlobalWritableFileInfo>& files local
833 for (int32 i = 0; const BGlobalWritableFileInfo* file = files.ItemAt(i);
843 // extract the files -- that's the volume's root directory.
854 // Open writable-files directory in the administrative directory.
872 // extract files into a subdir of the writable-files director
[all...]
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php102 // name of session and pid files in /tmp

Completed in 197 milliseconds