Home
last modified time | relevance | path

Searched refs:subdir (Results 1 – 17 of 17) sorted by relevance

/haiku/3rdparty/
H A DJamfile3 # automatically pick any subdir that contains a Jamfile
6 for subdir in [ GLOB $(SUBDIR) : [^.]* ] {
7 if [ GLOB $(subdir:G=) : Jamfile ] {
8 SubInclude HAIKU_TOP 3rdparty $(subdir:D=) ;
/haiku/build/jam/
H A DLocaleRules67 local subdir = [ on $(signature) return $(HAIKU_CATALOGS_SUBDIR) ] ;
68 MakeLocate $(target) : [ FDirName $(HAIKU_CATALOGS_OBJECT_DIR) $(subdir) ] ;
90 local subdir = [ on $(signature) return $(HAIKU_CATALOGS_SUBDIR) ] ;
91 MakeLocate $(target) : [ FDirName $(HAIKU_CATALOGS_OBJECT_DIR) $(subdir) ] ;
125 local subdir ;
127 subdir = $(SUBDIR_TOKENS[2-]) $(target) ;
129 subdir = $(SUBDIR_TOKENS[2-]) ;
132 HAIKU_CATALOGS_SUBDIR on $(signature) = $(subdir) ;
137 : [ FDirName $(HAIKU_CATALOGS_OBJECT_DIR) $(subdir) ] ;
145 = [ FDirName $(HAIKU_TOP) data catalogs $(subdir) ] ;
H A DMiscRules70 rule MakeLocateCommonPlatform files : subdir
74 : [ FDirName $(COMMON_PLATFORM_LOCATE_TARGET) $(subdir) ] ;
77 rule MakeLocatePlatform files : subdir
90 MakeLocate $(file) : [ FDirName $(directory) $(subdir) ] ;
94 rule MakeLocateArch files : subdir
107 MakeLocate $(file) : [ FDirName $(directory) $(subdir) ] ;
111 rule MakeLocateDebug files : subdir
125 MakeLocate $(file) : [ FDirName $(directory) $(subdir) ] ;
138 # DeferredSubInclude <subdir tokens> [ : <jamfile name> [ : <scope> ] ] ;
142 # <subdir tokens> will be included when ExecuteDeferredSubIncludes is
[all …]
H A DConfigRules15 # set for a given subdir.
18 # TOP variable and the subdir tokens.
33 # TOP variable and the subdir tokens.
71 # TOP variable and the subdir tokens.
86 # Returns the value of a configuration variable for a given subdir.
87 # If the variable is not set for the subdir, the rule is invoked
94 # TOP variable and the subdir tokens.
H A DHeadersRules29 # <dirs>: The directories to be added to the current subdir's system
486 # SUBDIRSYSHDRS shall be reset automatically for each subdir
H A DArchitectureRules857 # prepared that can be used for an "on ... { ... }" block to set up subdir
860 # respective packaging architecture. The per-subdir variables SOURCE_GRIST,
898 # Adjust the subdir's object dirs that are architecture dependent. To
H A DOverriddenJamRules717 # No custom configuration defined for the subdir. We use the variable
/haiku/src/tests/kits/storage/
H A DDirectoryTest.cpp1382 BDirectory subdir; in EntryCreationTest()
1385 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir) == B_OK ); in EntryCreationTest()
1386 CPPUNIT_ASSERT( subdir.InitCheck() == B_OK ); in EntryCreationTest()
1388 CPPUNIT_ASSERT( subdir.GetEntry(&entry) == B_OK ); in EntryCreationTest()
1391 subdir.Unset(); in EntryCreationTest()
1392 CPPUNIT_ASSERT( subdir.SetTo((dirPathName + entryName).c_str()) == B_OK ); in EntryCreationTest()
1393 subdir.Unset(); in EntryCreationTest()
1396 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir) in EntryCreationTest()
1398 CPPUNIT_ASSERT( subdir.InitCheck() == B_NO_INIT ); in EntryCreationTest()
1399 subdir.Unset(); in EntryCreationTest()
[all …]
/haiku/headers/private/storage/
H A DDiskDeviceRoster.h151 const char *subdir,
156 const char *subdir);
158 const char *subdir);
/haiku/headers/config/
H A DHaikuConfig.h133 #define __HAIKU_SUBDIR_ARCH_HEADER(subdir, header) \ argument
134 <subdir/arch/__HAIKU_ARCH/header>
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp754 const char *subdir, AddOnImage *image)
756 status_t error = (directory && index && subdir && image
769 error = _GetNextAddOnDir(directory, index, subdir);
818 const char *subdir)
830 error = path->Append(subdir);
851 const char *subdir)
854 status_t error = _GetNextAddOnDir(&path, index, subdir);
/haiku/docs/user/
H A DHOWTO18 latter option. The files with the Doxygen comments all live in the midi2 subdir
20 your source code, you don't need to make a subdir in trunk/docs/user.
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_modules.cpp304 BDirectory * subdir; in read_next_module_name() local
306 subdir = new BDirectory(path.Path()); in read_next_module_name()
307 if (!subdir) in read_next_module_name()
310 mlc->dir_stack->AddItem(subdir); in read_next_module_name()
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp629 BDirectory subdir; in _FindModules() local
630 if (subdir.SetTo(&entry) == B_OK) in _FindModules()
631 _FindModules(subdir, moduleDir, suffix, list); in _FindModules()
/haiku/
H A DJamfile107 # reset subdir
/haiku/src/kits/tracker/
H A DFSUtils.cpp2597 BDirectory subdir(&entry); in FSRecursiveCalcSize() local
2599 status = FSRecursiveCalcSize(window, loopControl, &subdir, in FSRecursiveCalcSize()
/haiku/src/libs/iconv/
H A DChangeLog2894 * Makefile.devel (OTHERMACROS): Use libtool.m4 in libcharset subdir.