Home
last modified time | relevance | path

Searched refs:path_is_relative (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/blender/blender-2.91.0/intern/cycles/test/
H A Dutil_path_test.cpp345 bool is_relative = path_is_relative("foo.txt"); in TEST()
352 bool is_relative = path_is_relative("/tmp/foo.txt"); in TEST()
358 bool is_relative = path_is_relative("tmp/foo.txt"); in TEST()
364 bool is_relative = path_is_relative("C:\\tmp\\foo.txt"); in TEST()
370 bool is_relative = path_is_relative("tmp\\foo.txt"); in TEST()
378 bool is_relative = path_is_relative("C:\\tmp\\foo.txt"); in TEST()
384 bool is_relative = path_is_relative("tmp\\foo.txt"); in TEST()
390 bool is_relative = path_is_relative("/tmp/foo.txt"); in TEST()
396 bool is_relative = path_is_relative("tmp/foo.txt"); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Target/
H A DPathMappingList.cpp161 LazyBool path_is_relative = eLazyBoolCalculate; in RemapPath() local
172 if (path_is_relative == eLazyBoolCalculate) { in RemapPath()
173 path_is_relative = in RemapPath()
176 if (!path_is_relative) in RemapPath()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp172 LazyBool path_is_relative = eLazyBoolCalculate; in RemapPath() local
187 if (path_is_relative == eLazyBoolCalculate) { in RemapPath()
188 path_is_relative = in RemapPath()
191 if (!path_is_relative) in RemapPath()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Target/
H A DPathMappingList.cpp161 LazyBool path_is_relative = eLazyBoolCalculate; in RemapPath() local
172 if (path_is_relative == eLazyBoolCalculate) { in RemapPath()
173 path_is_relative = in RemapPath()
176 if (!path_is_relative) in RemapPath()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp161 LazyBool path_is_relative = eLazyBoolCalculate; in RemapPath() local
172 if (path_is_relative == eLazyBoolCalculate) { in RemapPath()
173 path_is_relative = in RemapPath()
176 if (!path_is_relative) in RemapPath()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp172 LazyBool path_is_relative = eLazyBoolCalculate; in RemapPath() local
187 if (path_is_relative == eLazyBoolCalculate) { in RemapPath()
188 path_is_relative = in RemapPath()
191 if (!path_is_relative) in RemapPath()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Target/
H A DPathMappingList.cpp172 LazyBool path_is_relative = eLazyBoolCalculate; in RemapPath() local
187 if (path_is_relative == eLazyBoolCalculate) { in RemapPath()
188 path_is_relative = in RemapPath()
191 if (!path_is_relative) in RemapPath()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp172 LazyBool path_is_relative = eLazyBoolCalculate; in RemapPath() local
187 if (path_is_relative == eLazyBoolCalculate) { in RemapPath()
188 path_is_relative = in RemapPath()
191 if (!path_is_relative) in RemapPath()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp161 LazyBool path_is_relative = eLazyBoolCalculate; in RemapPath() local
172 if (path_is_relative == eLazyBoolCalculate) { in RemapPath()
173 path_is_relative = in RemapPath()
176 if (!path_is_relative) in RemapPath()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp161 LazyBool path_is_relative = eLazyBoolCalculate; in RemapPath() local
172 if (path_is_relative == eLazyBoolCalculate) { in RemapPath()
173 path_is_relative = in RemapPath()
176 if (!path_is_relative) in RemapPath()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Target/
H A DPathMappingList.cpp172 LazyBool path_is_relative = eLazyBoolCalculate; in RemapPath() local
187 if (path_is_relative == eLazyBoolCalculate) { in RemapPath()
188 path_is_relative = in RemapPath()
191 if (!path_is_relative) in RemapPath()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/fs/
H A Dpath.h29 int path_is_relative(const char *filename);
H A Dpath.c145 path_is_relative(const char *filename) in path_is_relative() function
/dports/security/tor/tor-0.4.6.8/src/lib/fs/
H A Dpath.h29 int path_is_relative(const char *filename);
H A Dpath.c145 path_is_relative(const char *filename) in path_is_relative() function
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_path.h45 bool path_is_relative(const string &path);
H A Dutil_path.cpp455 bool path_is_relative(const string &path) in path_is_relative() function
/dports/devel/reproc/reproc-14.2.4/reproc/src/
H A Dprocess.posix.c40 static bool path_is_relative(const char *path) in path_is_relative() function
329 program = options.working_directory && path_is_relative(argv[0]) in process_start()
/dports/textproc/jq/jq-jq-1.6/src/
H A Dlinker.c33 static int path_is_relative(jv p) { in path_is_relative() function
73 path_is_relative(jv_copy(path))) { in build_lib_search_chain()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_util.c3904 tt_int_op(1,OP_EQ, path_is_relative("")); in test_util_path_is_relative()
3905 tt_int_op(1,OP_EQ, path_is_relative("dir")); in test_util_path_is_relative()
3906 tt_int_op(1,OP_EQ, path_is_relative("dir/")); in test_util_path_is_relative()
3907 tt_int_op(1,OP_EQ, path_is_relative("./dir")); in test_util_path_is_relative()
3910 tt_int_op(0,OP_EQ, path_is_relative("/")); in test_util_path_is_relative()
3911 tt_int_op(0,OP_EQ, path_is_relative("/dir")); in test_util_path_is_relative()
3912 tt_int_op(0,OP_EQ, path_is_relative("/dir/")); in test_util_path_is_relative()
3919 tt_int_op(1,OP_EQ, path_is_relative("dir")); in test_util_path_is_relative()
3920 tt_int_op(1,OP_EQ, path_is_relative("dir\\")); in test_util_path_is_relative()
3925 tt_int_op(0,OP_EQ, path_is_relative("\\dir")); in test_util_path_is_relative()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_util.c3904 tt_int_op(1,OP_EQ, path_is_relative("")); in test_util_path_is_relative()
3905 tt_int_op(1,OP_EQ, path_is_relative("dir")); in test_util_path_is_relative()
3906 tt_int_op(1,OP_EQ, path_is_relative("dir/")); in test_util_path_is_relative()
3907 tt_int_op(1,OP_EQ, path_is_relative("./dir")); in test_util_path_is_relative()
3910 tt_int_op(0,OP_EQ, path_is_relative("/")); in test_util_path_is_relative()
3911 tt_int_op(0,OP_EQ, path_is_relative("/dir")); in test_util_path_is_relative()
3912 tt_int_op(0,OP_EQ, path_is_relative("/dir/")); in test_util_path_is_relative()
3919 tt_int_op(1,OP_EQ, path_is_relative("dir")); in test_util_path_is_relative()
3920 tt_int_op(1,OP_EQ, path_is_relative("dir\\")); in test_util_path_is_relative()
3925 tt_int_op(0,OP_EQ, path_is_relative("\\dir")); in test_util_path_is_relative()
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/
H A Dutil.py164 def path_is_relative(path): member in PathOperations
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/
H A Dutil.py164 def path_is_relative(path): member in PathOperations
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/
H A Dutil.py164 def path_is_relative(path): member in PathOperations
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/
H A Dutil.py164 def path_is_relative(path): member in PathOperations

12