Searched refs:directory (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME44 are created in the bin directory; these may be invoked
55 directory:
/darwin-on-arm/xnu/libkern/libkern/
H A DOSKextLibPrivate.h459 #pragma mark 0xF0000 - Archives, caches, directory scan, file access
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c83 /* Map file mode type to directory entry types */
134 static int buildthread(void *keyp, void *recp, int std_hfs, int directory);
600 /* It must be in the correct directory */
1002 * Now insert the file/directory record
1062 * Assumes that the target's directory exists.
1093 int directory = from_cdp->cd_flags & CD_ISDIR; local
1120 * When moving a directory, make sure its a valid move.
1122 if (directory && (from_cdp->cd_parentcnid != to_cdp->cd_parentcnid)) {
1144 * making sure that source directory is not encountered.
1197 /* Check if the source is directory har
4214 buildthread(void *keyp, void *recp, int std_hfs, int directory) argument
[all...]

Completed in 21 milliseconds