Searched refs:overwrite (Results 1 - 7 of 7) sorted by relevance

/haiku/src/bin/
H A Dresattr.cpp24 " -O, --overwrite - Overwrite existing attributes. regardless of whether\n"
81 bool overwrite)
91 // if we shall not overwrite attributes, we skip the attribute, if it
94 if (!overwrite && out.GetAttrInfo(name, &attrInfo) == B_OK)
175 int inputFileCount, bool overwrite)
219 write_attributes(out, inputFiles[i], resources, overwrite);
275 bool overwrite = false; local
289 overwrite = true;
309 overwrite);
80 write_attributes(BNode &out, const char *inFileName, BResources &resources, bool overwrite) argument
174 resources_to_attributes(const char *outputFile, const char **inputFiles, int inputFileCount, bool overwrite) argument
/haiku/src/libs/print/libprint/
H A DPrintUtils.cpp128 const char* includeList[], bool overwrite)
145 if (!overwrite && to->FindData(name, type, 0, &data, &size) == B_OK)
127 AddFields(BMessage* to, const BMessage* from, const char* excludeList[], const char* includeList[], bool overwrite) argument
/haiku/src/system/libroot/posix/stdlib/
H A Denv.cpp154 bool overwrite)
163 if (env != NULL && overwrite) {
254 setenv(const char *name, const char *value, int overwrite) argument
264 status = update_variable(name, strlen(name), value, overwrite);
153 update_variable(const char *name, int32 length, const char *value, bool overwrite) argument
/haiku/headers/libs/print/libprint/
H A DPrintUtils.h61 const char* includeList[] = NULL, bool overwrite = true);
/haiku/src/apps/terminal/
H A DShell.cpp89 static int setenv(const char *var, const char *value, bool overwrite);
92 setenv(const char *var, const char *value, bool overwrite) argument
101 if (overwrite) {
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp205 status_t AddAttribute(Attribute* attribute, bool overwrite);
207 bool overwrite, const uint8* data,
968 // device attributes overwrite shared attributes
1265 Inode::AddAttribute(Attribute* attribute, bool overwrite) argument
1269 if (!overwrite)
1282 Inode::AddAttribute(const char* name, type_code type, bool overwrite, argument
1293 status = AddAttribute(attribute, overwrite);
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc326 if read/read_delete/overwrite mode:

Completed in 126 milliseconds