OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_absolute
(Results
1 - 25
of
80
) sorted by relevancy
1
2
3
4
/src/external/bsd/kyua-cli/dist/utils/fs/
path.hpp
67
bool
is_absolute
(void) const;
path_test.cpp
95
ATF_TEST_CASE_WITHOUT_HEAD(
is_absolute
);
variable
96
ATF_TEST_CASE_BODY(
is_absolute
)
98
ATF_REQUIRE( path("/").
is_absolute
());
99
ATF_REQUIRE( path("////").
is_absolute
());
100
ATF_REQUIRE( path("////a").
is_absolute
());
101
ATF_REQUIRE( path("//a//").
is_absolute
());
102
ATF_REQUIRE(!path("a////").
is_absolute
());
103
ATF_REQUIRE(!path("../foo").
is_absolute
());
265
ATF_ADD_TEST_CASE(tcs,
is_absolute
);
path.cpp
153
PRE(!
is_absolute
());
160
fs::path::
is_absolute
(void) const
function in class:fs::path
282
if (rest.
is_absolute
())
lua_module.cpp
205
/// Lua binding for fs::path::
is_absolute
.
220
state.push_boolean(path.
is_absolute
());
267
members["
is_absolute
"] = lua_fs_is_absolute;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBSymbolCompiland.cpp
56
if (sys::path::
is_absolute
(EnvSrc))
68
if (sys::path::
is_absolute
(Path))
76
if (sys::path::
is_absolute
(RecordedResult))
/src/external/apache2/llvm/dist/clang/tools/libclang/
BuildSystem.cpp
43
if (!path::
is_absolute
(virtualPath))
45
if (!path::
is_absolute
(realPath))
/src/external/bsd/atf/dist/atf-c++/detail/
fs_test.cpp
97
set_md_var("descr", "Tests the path::
is_absolute
function");
103
ATF_REQUIRE( path("/").
is_absolute
());
104
ATF_REQUIRE( path("////").
is_absolute
());
105
ATF_REQUIRE( path("////a").
is_absolute
());
106
ATF_REQUIRE( path("//a//").
is_absolute
());
107
ATF_REQUIRE(!path("a////").
is_absolute
());
108
ATF_REQUIRE(!path("../foo").
is_absolute
());
226
ATF_REQUIRE(pa.
is_absolute
());
237
ATF_REQUIRE(pa.
is_absolute
());
fs.hpp
142
bool
is_absolute
(void) const;
/src/external/bsd/atf/dist/tools/
fs_test.cpp
106
set_md_var("descr", "Tests the path::
is_absolute
function");
112
ATF_REQUIRE( path("/").
is_absolute
());
113
ATF_REQUIRE( path("////").
is_absolute
());
114
ATF_REQUIRE( path("////a").
is_absolute
());
115
ATF_REQUIRE( path("//a//").
is_absolute
());
116
ATF_REQUIRE(!path("a////").
is_absolute
());
117
ATF_REQUIRE(!path("../foo").
is_absolute
());
235
ATF_REQUIRE(pa.
is_absolute
());
246
ATF_REQUIRE(pa.
is_absolute
());
fs.hpp
119
bool
is_absolute
(void) const;
requirements.cpp
60
if (program.
is_absolute
()) {
121
if (!file.
is_absolute
())
fs.cpp
252
const impl::path& abs_path = in_path.
is_absolute
() ?
326
impl::path::
is_absolute
(void)
function in class:impl::path
369
assert(!
is_absolute
());
/src/external/apache2/llvm/dist/clang/lib/Basic/
FileSystemStatCache.cpp
116
if (!Status.isDirectory() || llvm::sys::path::
is_absolute
(Path))
/src/external/apache2/llvm/dist/llvm/lib/Support/
Process.cpp
42
assert(!path::
is_absolute
(FileName));
/src/external/bsd/kyua-cli/dist/engine/
testers.cpp
144
const fs::path testersdir = raw_testersdir.
is_absolute
() ?
170
INV(path.
is_absolute
());
201
INV(path.
is_absolute
());
kyuafile.cpp
88
PRE(!file.
is_absolute
());
193
if (file.
is_absolute
())
259
if (raw_path.
is_absolute
())
metadata.cpp
241
if (!path.
is_absolute
() && path.ncomponents() > 1)
451
INV((*iter).
is_absolute
());
470
if ((*iter).
is_absolute
()) {
test_program.cpp
241
PRE_MSG(!binary.
is_absolute
(),
314
return full_path.
is_absolute
() ? full_path : full_path.to_absolute();
testers_test.cpp
309
ATF_REQUIRE(mock1.
is_absolute
());
313
ATF_REQUIRE(mock2.
is_absolute
());
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ModuleDependencyCollector.cpp
66
if (llvm::sys::path::
is_absolute
(HeaderPath))
/src/external/gpl2/groff/dist/src/preproc/pic/
object.h
163
int
is_absolute
;
member in struct:segment
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_path.cc
502
if (__p.
is_absolute
()
521
else if (has_filename() || (!has_root_directory() &&
is_absolute
()))
576
if (__p.
is_absolute
() || this->empty())
687
bool
is_absolute
= root_path.second.type == _Type::_Root_dir;
local
689
if (
is_absolute
|| (has_root_name && root_path.first.str != root_name()))
713
else if (has_filename() || (!has_root_directory &&
is_absolute
))
732
bool
is_absolute
= root_path.first.type == _Type::_Root_dir
local
734
if (
is_absolute
|| this->empty())
1811
if (
is_absolute
() != base.
is_absolute
())
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_path.cc
481
if (__p.
is_absolute
()
500
else if (has_filename() || (!has_root_directory() &&
is_absolute
()))
555
if (__p.
is_absolute
() || this->empty())
673
bool
is_absolute
= root_path.second.type == _Type::_Root_dir;
local
675
if (
is_absolute
|| (has_root_name && root_path.first.str != root_name()))
699
else if (has_filename() || (!has_root_directory &&
is_absolute
))
718
bool
is_absolute
= root_path.first.type == _Type::_Root_dir
local
720
if (
is_absolute
|| this->empty())
1797
if (
is_absolute
() != base.
is_absolute
())
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-vax.c
2490
int
is_absolute
;
2824
is_absolute
= (to_seg == absolute_section);
2892
if (
is_absolute
)
2971
/* to_seg != now_seg && !is_undefinfed && !
is_absolute
*/
3068
if (
is_absolute
)
3140
know (
is_absolute
);
3211
&&
is_absolute
&& (expP->X_op != O_big)
3236
if ((
is_absolute
) && (expP->X_op != O_big))
3289
if (
is_absolute
)
3319
if (
is_absolute
)
2477
int
is_absolute
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-vax.c
2490
int
is_absolute
;
2824
is_absolute
= (to_seg == absolute_section);
2892
if (
is_absolute
)
2971
/* to_seg != now_seg && !is_undefinfed && !
is_absolute
*/
3068
if (
is_absolute
)
3140
know (
is_absolute
);
3211
&&
is_absolute
&& (expP->X_op != O_big)
3236
if ((
is_absolute
) && (expP->X_op != O_big))
3289
if (
is_absolute
)
3319
if (
is_absolute
)
2477
int
is_absolute
;
local
[
all
...]
Completed in 51 milliseconds
1
2
3
4
Indexes created Mon Aug 31 00:24:02 UTC 2026