Searched hist:e9843da35734966cd36d4b15e2d78945f4fbbdb2 (Results 1 – 4 of 4) sorted by relevance
/haiku/src/tests/system/kernel/fs/ |
H A D | KPathTest.h | e9843da35734966cd36d4b15e2d78945f4fbbdb2 Sun Apr 30 14:31:28 UTC 2017 Axel Dörfler <axeld@pinc-software.de> KPath: Added LAZY_ALLOC flag.
* This allows KPath to not allocate a buffer when initialized without path. * Added test cases for this. * Added test for LockBuffer(). * Enhanced tests to allow building them in debug mode. * Moved calling vfs_normalize_path() into own private method. * Improved error codes; B_NO_MEMORY is now only returned if the allocation actually failed. * If used with LAZY_ALLOC, Path() and LockBuffer() are now allowed to return a NULL path.
|
H A D | KPathTest.cpp | e9843da35734966cd36d4b15e2d78945f4fbbdb2 Sun Apr 30 14:31:28 UTC 2017 Axel Dörfler <axeld@pinc-software.de> KPath: Added LAZY_ALLOC flag.
* This allows KPath to not allocate a buffer when initialized without path. * Added test cases for this. * Added test for LockBuffer(). * Enhanced tests to allow building them in debug mode. * Moved calling vfs_normalize_path() into own private method. * Improved error codes; B_NO_MEMORY is now only returned if the allocation actually failed. * If used with LAZY_ALLOC, Path() and LockBuffer() are now allowed to return a NULL path.
|
/haiku/headers/private/kernel/fs/ |
H A D | KPath.h | e9843da35734966cd36d4b15e2d78945f4fbbdb2 Sun Apr 30 14:31:28 UTC 2017 Axel Dörfler <axeld@pinc-software.de> KPath: Added LAZY_ALLOC flag.
* This allows KPath to not allocate a buffer when initialized without path. * Added test cases for this. * Added test for LockBuffer(). * Enhanced tests to allow building them in debug mode. * Moved calling vfs_normalize_path() into own private method. * Improved error codes; B_NO_MEMORY is now only returned if the allocation actually failed. * If used with LAZY_ALLOC, Path() and LockBuffer() are now allowed to return a NULL path.
|
/haiku/src/system/kernel/fs/ |
H A D | KPath.cpp | e9843da35734966cd36d4b15e2d78945f4fbbdb2 Sun Apr 30 14:31:28 UTC 2017 Axel Dörfler <axeld@pinc-software.de> KPath: Added LAZY_ALLOC flag.
* This allows KPath to not allocate a buffer when initialized without path. * Added test cases for this. * Added test for LockBuffer(). * Enhanced tests to allow building them in debug mode. * Moved calling vfs_normalize_path() into own private method. * Improved error codes; B_NO_MEMORY is now only returned if the allocation actually failed. * If used with LAZY_ALLOC, Path() and LockBuffer() are now allowed to return a NULL path.
|