Searched refs:subdir (Results 1 – 17 of 17) sorted by relevance
/haiku/3rdparty/ |
H A D | Jamfile | 3 # 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 D | LocaleRules | 67 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 D | MiscRules | 70 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 D | ConfigRules | 15 # 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 D | HeadersRules | 29 # <dirs>: The directories to be added to the current subdir's system 486 # SUBDIRSYSHDRS shall be reset automatically for each subdir
|
H A D | ArchitectureRules | 857 # 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 D | OverriddenJamRules | 717 # No custom configuration defined for the subdir. We use the variable
|
/haiku/src/tests/kits/storage/ |
H A D | DirectoryTest.cpp | 1382 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 D | DiskDeviceRoster.h | 151 const char *subdir, 156 const char *subdir); 158 const char *subdir);
|
/haiku/headers/config/ |
H A D | HaikuConfig.h | 133 #define __HAIKU_SUBDIR_ARCH_HEADER(subdir, header) \ argument 134 <subdir/arch/__HAIKU_ARCH/header>
|
/haiku/src/kits/storage/disk_device/ |
H A D | DiskDeviceRoster.cpp | 754 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 D | HOWTO | 18 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 D | userland_modules.cpp | 304 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 D | module.cpp | 629 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 D | Jamfile | 107 # reset subdir
|
/haiku/src/kits/tracker/ |
H A D | FSUtils.cpp | 2597 BDirectory subdir(&entry); in FSRecursiveCalcSize() local 2599 status = FSRecursiveCalcSize(window, loopControl, &subdir, in FSRecursiveCalcSize()
|
/haiku/src/libs/iconv/ |
H A D | ChangeLog | 2894 * Makefile.devel (OTHERMACROS): Use libtool.m4 in libcharset subdir.
|