Searched refs:is_absolute_path (Results 1 - 11 of 11) sorted by relevance

/haiku/src/kits/storage/
H A DSymLink.cpp136 if (BPrivate::Storage::is_absolute_path(contents))
156 result = BPrivate::Storage::is_absolute_path(contents);
H A DDirectory.cpp187 if (!dir || !path || BPrivate::Storage::is_absolute_path(path)) {
283 if (BPrivate::Storage::is_absolute_path(path))
428 if (InitCheck() != B_OK || BPrivate::Storage::is_absolute_path(path))
447 if (InitCheck() == B_OK && !BPrivate::Storage::is_absolute_path(path))
474 if (InitCheck() != B_OK || BPrivate::Storage::is_absolute_path(path))
H A DPath.cpp151 if (error == B_OK && leaf && BPrivate::Storage::is_absolute_path(leaf))
156 normalize |= !BPrivate::Storage::is_absolute_path(path);
H A DEntry.cpp214 if (BPrivate::Storage::is_absolute_path(path))
238 if (BPrivate::Storage::is_absolute_path(ref->name))
394 if (BPrivate::Storage::is_absolute_path(path)) {
H A DFile.cpp106 if (BPrivate::Storage::is_absolute_path(ref->name))
H A Dstorage_support.cpp30 is_absolute_path(const char *path) function in namespace:BPrivate::Storage
H A DNode.cpp202 || BPrivate::Storage::is_absolute_path(path)) {
/haiku/headers/private/storage/
H A Dstorage_support.h34 bool is_absolute_path(const char *path);
/haiku/src/build/libbe/storage/
H A DDirectory.cpp181 if (!dir || !path || BPrivate::Storage::is_absolute_path(path)) {
263 if (BPrivate::Storage::is_absolute_path(path))
408 if (InitCheck() != B_OK || BPrivate::Storage::is_absolute_path(path))
427 if (InitCheck() == B_OK && !BPrivate::Storage::is_absolute_path(path))
454 if (InitCheck() != B_OK || BPrivate::Storage::is_absolute_path(path))
H A DEntry.cpp402 if (BPrivate::Storage::is_absolute_path(path))
690 if (BPrivate::Storage::is_absolute_path(path)) {
H A DNode.cpp192 || BPrivate::Storage::is_absolute_path(path)) {

Completed in 72 milliseconds