Symbol: is_absolute_path
headers/private/storage/storage_support.h
34
bool is_absolute_path(const char *path);
src/build/libbe/storage/Directory.cpp
181
if (!dir || !path || BPrivate::Storage::is_absolute_path(path)) {
src/build/libbe/storage/Directory.cpp
263
if (BPrivate::Storage::is_absolute_path(path))
src/build/libbe/storage/Directory.cpp
408
if (InitCheck() != B_OK || BPrivate::Storage::is_absolute_path(path))
src/build/libbe/storage/Directory.cpp
427
if (InitCheck() == B_OK && !BPrivate::Storage::is_absolute_path(path))
src/build/libbe/storage/Directory.cpp
454
if (InitCheck() != B_OK || BPrivate::Storage::is_absolute_path(path))
src/build/libbe/storage/Entry.cpp
402
if (BPrivate::Storage::is_absolute_path(path))
src/build/libbe/storage/Entry.cpp
690
if (BPrivate::Storage::is_absolute_path(path)) {
src/build/libbe/storage/Node.cpp
192
|| BPrivate::Storage::is_absolute_path(path)) {
src/kits/storage/Directory.cpp
187
if (!dir || !path || BPrivate::Storage::is_absolute_path(path)) {
src/kits/storage/Directory.cpp
283
if (BPrivate::Storage::is_absolute_path(path))
src/kits/storage/Directory.cpp
428
if (InitCheck() != B_OK || BPrivate::Storage::is_absolute_path(path))
src/kits/storage/Directory.cpp
447
if (InitCheck() == B_OK && !BPrivate::Storage::is_absolute_path(path))
src/kits/storage/Directory.cpp
474
if (InitCheck() != B_OK || BPrivate::Storage::is_absolute_path(path))
src/kits/storage/Entry.cpp
214
if (BPrivate::Storage::is_absolute_path(path))
src/kits/storage/Entry.cpp
238
if (BPrivate::Storage::is_absolute_path(ref->name))
src/kits/storage/Entry.cpp
394
if (BPrivate::Storage::is_absolute_path(path)) {
src/kits/storage/File.cpp
106
if (BPrivate::Storage::is_absolute_path(ref->name))
src/kits/storage/Node.cpp
202
|| BPrivate::Storage::is_absolute_path(path)) {
src/kits/storage/Path.cpp
151
if (error == B_OK && leaf && BPrivate::Storage::is_absolute_path(leaf))
src/kits/storage/Path.cpp
156
normalize |= !BPrivate::Storage::is_absolute_path(path);
src/kits/storage/SymLink.cpp
136
if (BPrivate::Storage::is_absolute_path(contents))
src/kits/storage/SymLink.cpp
156
result = BPrivate::Storage::is_absolute_path(contents);