Home
last modified time | relevance | path

Searched +full:- +full:filepath (Results 1 – 25 of 1127) sorted by relevance

12345678910>>...46

/external/cronet/third_party/googletest/src/googletest/test/
Dgoogletest-filepath-test.cc30 // Google Test filepath utilities
35 // This file is #included from gtest-internal.h.
39 #include "gtest/internal/gtest-filepath.h"
40 #include "src/gtest-internal-inl.h"
57 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
63 FilePath filepath(path); in _rmdir() local
65 String::AnsiToUtf16(filepath.RemoveTrailingPathSeparator().c_str()); in _rmdir()
66 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
74 const FilePath original_dir = FilePath::GetCurrentDir();
78 const FilePath cwd = FilePath::GetCurrentDir();
[all …]
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-filepath-test.cc30 // Google Test filepath utilities
35 // This file is #included from gtest-internal.h.
38 #include "gtest/internal/gtest-filepath.h"
40 #include "src/gtest-internal-inl.h"
57 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
63 FilePath filepath(path); in _rmdir() local
65 filepath.RemoveTrailingPathSeparator().c_str()); in _rmdir()
66 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
74 const FilePath original_dir = FilePath::GetCurrentDir();
78 const FilePath cwd = FilePath::GetCurrentDir();
[all …]
/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc30 // Google Test filepath utilities
35 // This file is #included from gtest-internal.h.
41 #include "gtest/internal/gtest-filepath.h"
42 #include "src/gtest-internal-inl.h"
59 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
65 FilePath filepath(path); in _rmdir() local
67 String::AnsiToUtf16(filepath.RemoveTrailingPathSeparator().c_str()); in _rmdir()
68 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
76 const FilePath original_dir = FilePath::GetCurrentDir();
80 const FilePath cwd = FilePath::GetCurrentDir();
[all …]
/external/googletest/googletest/test/
Dgoogletest-filepath-test.cc30 // Google Test filepath utilities
35 // This file is #included from gtest-internal.h.
41 #include "gtest/internal/gtest-filepath.h"
42 #include "src/gtest-internal-inl.h"
59 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
65 FilePath filepath(path); in _rmdir() local
67 String::AnsiToUtf16(filepath.RemoveTrailingPathSeparator().c_str()); in _rmdir()
68 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
76 const FilePath original_dir = FilePath::GetCurrentDir();
80 const FilePath cwd = FilePath::GetCurrentDir();
[all …]
/external/deqp/framework/delibs/decpp/
DdeFilePath.cpp1 /*-------------------------------------------------------------------------
3 * -----------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
22 *//*--------------------------------------------------------------------*/
45 const std::string FilePath::separator = "\\";
47 const std::string FilePath::separator = "/";
50 FilePath::FilePath(const std::vector<std::string> &components) in FilePath() function in de::FilePath
54 if (!m_path.empty() && !isSeparator(m_path[m_path.size() - 1])) in FilePath()
60 void FilePath::split(std::vector<std::string> &components) const in split()
78 if (pos - curCompStart > 0) in split()
[all …]
DdeFilePath.hpp3 /*-------------------------------------------------------------------------
5 * -----------------------------
13 * http://www.apache.org/licenses/LICENSE-2.0
24 *//*--------------------------------------------------------------------*/
36 class FilePath class
41 TYPE_UNKNOWN = 0, /*!< Non-existent or unknown object. */
50 FilePath(void);
51 FilePath(const std::string &path);
52 FilePath(const char *path);
53 FilePath(const std::vector<std::string> &components);
[all …]
/external/python/cpython3/Doc/data/
Dpython3.11.abi1 <abi-corpus path='libpython3.11.so' soname='libpython3.11.so.1.0'>
2 <elf-needed>
8 </elf-needed>
9 <elf-function-symbols>
10 …<elf-symbol name='PyAIter_Check' type='func-type' binding='global-binding' visibility='default-vis…
11 …<elf-symbol name='PyArg_Parse' type='func-type' binding='global-binding' visibility='default-visib…
12 …<elf-symbol name='PyArg_ParseTuple' type='func-type' binding='global-binding' visibility='default-
13 …<elf-symbol name='PyArg_ParseTupleAndKeywords' type='func-type' binding='global-binding' visibilit…
14 …<elf-symbol name='PyArg_UnpackTuple' type='func-type' binding='global-binding' visibility='default
15 …<elf-symbol name='PyArg_VaParse' type='func-type' binding='global-binding' visibility='default-vis…
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/test/abi/
Dzlib-v1.2.11-x86_64-linux-gnu.abi1 <abi-corpus path='btmp1/libz.so.1.2.11' architecture='elf-amd-x86_64' soname='libz.so.1'>
2 <elf-needed>
4 </elf-needed>
5 <elf-function-symbols>
6 …<elf-symbol name='adler32' type='func-type' binding='global-binding' visibility='default-visibilit…
7-symbol name='adler32_combine64' version='ZLIB_1.2.3.3' is-default-version='yes' type='func-type' …
8-symbol name='adler32_combine' version='ZLIB_1.2.2' is-default-version='yes' type='func-type' bind…
9 …lf-symbol name='adler32_z' version='ZLIB_1.2.9' is-default-version='yes' type='func-type' binding=…
10 …<elf-symbol name='compress' type='func-type' binding='global-binding' visibility='default-visibili…
11 …<elf-symbol name='compress2' type='func-type' binding='global-binding' visibility='default-visibil…
[all …]
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-filepath.cc30 #include "gtest/internal/gtest-filepath.h"
33 #include "gtest/internal/gtest-port.h"
34 #include "gtest/gtest-message.h"
46 #include "gtest/internal/gtest-string.h"
94 FilePath FilePath::GetCurrentDir() { in GetCurrentDir()
99 return FilePath(kCurrentDirectoryString); in GetCurrentDir()
102 return FilePath(_getcwd(cwd, sizeof(cwd)) == nullptr ? "" : cwd); in GetCurrentDir()
110 return FilePath(result == nullptr ? kCurrentDirectoryString : cwd); in GetCurrentDir()
112 return FilePath(result == nullptr ? "" : cwd); in GetCurrentDir()
116 // Returns a copy of the FilePath with the case-insensitive extension removed.
[all …]
/external/cronet/third_party/googletest/src/googletest/src/
Dgtest-filepath.cc30 #include "gtest/internal/gtest-filepath.h"
34 #include "gtest/gtest-message.h"
35 #include "gtest/internal/gtest-port.h"
48 #include "gtest/internal/gtest-string.h"
96 FilePath FilePath::GetCurrentDir() { in GetCurrentDir()
102 return FilePath(kCurrentDirectoryString); in GetCurrentDir()
105 return FilePath(_getcwd(cwd, sizeof(cwd)) == nullptr ? "" : cwd); in GetCurrentDir()
113 return FilePath(result == nullptr ? kCurrentDirectoryString : cwd); in GetCurrentDir()
115 return FilePath(result == nullptr ? "" : cwd); in GetCurrentDir()
119 // Returns a copy of the FilePath with the case-insensitive extension removed.
[all …]
/external/libvpx/third_party/googletest/src/src/
Dgtest-filepath.cc30 #include "gtest/internal/gtest-filepath.h"
34 #include "gtest/gtest-message.h"
35 #include "gtest/internal/gtest-port.h"
48 #include "gtest/internal/gtest-string.h"
96 FilePath FilePath::GetCurrentDir() { in GetCurrentDir()
102 return FilePath(kCurrentDirectoryString); in GetCurrentDir()
105 return FilePath(_getcwd(cwd, sizeof(cwd)) == nullptr ? "" : cwd); in GetCurrentDir()
113 return FilePath(result == nullptr ? kCurrentDirectoryString : cwd); in GetCurrentDir()
115 return FilePath(result == nullptr ? "" : cwd); in GetCurrentDir()
119 // Returns a copy of the FilePath with the case-insensitive extension removed.
[all …]
/external/libaom/third_party/googletest/src/googletest/src/
Dgtest-filepath.cc30 #include "gtest/internal/gtest-filepath.h"
34 #include "gtest/gtest-message.h"
35 #include "gtest/internal/gtest-port.h"
48 #include "gtest/internal/gtest-string.h"
96 FilePath FilePath::GetCurrentDir() { in GetCurrentDir()
102 return FilePath(kCurrentDirectoryString); in GetCurrentDir()
105 return FilePath(_getcwd(cwd, sizeof(cwd)) == nullptr ? "" : cwd); in GetCurrentDir()
113 return FilePath(result == nullptr ? kCurrentDirectoryString : cwd); in GetCurrentDir()
115 return FilePath(result == nullptr ? "" : cwd); in GetCurrentDir()
119 // Returns a copy of the FilePath with the case-insensitive extension removed.
[all …]
/external/dokka/.idea/
Dmodules.xml1 <?xml version="1.0" encoding="UTF-8"?>
5-gradle-plugin/android-gradle-plugin.iml" filepath="$PROJECT_DIR$/.idea/modules/runners/android-gr…
6-gradle-plugin/android-gradle-plugin_main.iml" filepath="$PROJECT_DIR$/.idea/modules/runners/andro…
7-gradle-plugin/android-gradle-plugin_test.iml" filepath="$PROJECT_DIR$/.idea/modules/runners/andro…
8 …<module fileurl="file://$PROJECT_DIR$/.idea/modules/runners/ant/ant.iml" filepath="$PROJECT_DIR$/.…
9 …<module fileurl="file://$PROJECT_DIR$/.idea/modules/runners/ant/ant_main.iml" filepath="$PROJECT_D…
10 …<module fileurl="file://$PROJECT_DIR$/.idea/modules/runners/ant/ant_test.iml" filepath="$PROJECT_D…
11 …<module fileurl="file://$PROJECT_DIR$/.idea/modules/buildSrc.iml" filepath="$PROJECT_DIR$/.idea/mo…
12 …<module fileurl="file://$PROJECT_DIR$/.idea/modules/buildSrc_main.iml" filepath="$PROJECT_DIR$/.id…
13 …<module fileurl="file://$PROJECT_DIR$/.idea/modules/buildSrc_test.iml" filepath="$PROJECT_DIR$/.id…
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h32 // Google Test filepath utilities
37 // This file is #included in <gtest/internal/gtest-internal.h>.
43 #include "gtest/internal/gtest-string.h"
48 // FilePath - a class for file and directory pathname manipulation which
49 // handles platform-specific conventions (like the pathname separator).
52 // "immutable value object" -- useful for peace of mind.
53 // A FilePath with a value ending in a path separator ("like/this/") represents
56 // Names are NOT checked for syntax correctness -- no checking for illegal
59 class GTEST_API_ FilePath {
61 FilePath() : pathname_("") { } in FilePath() function
[all …]
/external/llvm/utils/unittest/googletest/src/
Dgtest-filepath.cc32 #include "gtest/internal/gtest-filepath.h"
33 #include "gtest/internal/gtest-port.h"
60 #include "gtest/internal/gtest-string.h"
98 FilePath FilePath::GetCurrentDir() { in GetCurrentDir()
102 return FilePath(kCurrentDirectoryString); in GetCurrentDir()
105 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); in GetCurrentDir()
108 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); in GetCurrentDir()
112 // Returns a copy of the FilePath with the case-insensitive extension removed.
113 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
114 // FilePath("dir/file"). If a case-insensitive extension is not
[all …]
/external/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-filepath.h30 // Google Test filepath utilities
35 // This file is #included in gtest/internal/gtest-internal.h.
45 #include "gtest/internal/gtest-string.h"
48 /* class A needs to have dll-interface to be used by clients of class B */)
53 // FilePath - a class for file and directory pathname manipulation which
54 // handles platform-specific conventions (like the pathname separator).
57 // "immutable value object" -- useful for peace of mind.
58 // A FilePath with a value ending in a path separator ("like/this/") represents
61 // Names are NOT checked for syntax correctness -- no checking for illegal
64 class GTEST_API_ FilePath {
[all …]
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-filepath.h30 // Google Test filepath utilities
35 // This file is #included in gtest/internal/gtest-internal.h.
43 #include "gtest/internal/gtest-string.h"
46 /* class A needs to have dll-interface to be used by clients of class B */)
51 // FilePath - a class for file and directory pathname manipulation which
52 // handles platform-specific conventions (like the pathname separator).
55 // "immutable value object" -- useful for peace of mind.
56 // A FilePath with a value ending in a path separator ("like/this/") represents
59 // Names are NOT checked for syntax correctness -- no checking for illegal
62 class GTEST_API_ FilePath {
[all …]
/external/cronet/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-filepath.h30 // Google Test filepath utilities
35 // This file is #included in gtest/internal/gtest-internal.h.
45 #include "gtest/internal/gtest-string.h"
48 /* class A needs to have dll-interface to be used by clients of class B */)
53 // FilePath - a class for file and directory pathname manipulation which
54 // handles platform-specific conventions (like the pathname separator).
57 // "immutable value object" -- useful for peace of mind.
58 // A FilePath with a value ending in a path separator ("like/this/") represents
61 // Names are NOT checked for syntax correctness -- no checking for illegal
64 class GTEST_API_ FilePath {
[all …]
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-filepath.h30 // Google Test filepath utilities
35 // This file is #included in gtest/internal/gtest-internal.h.
45 #include "gtest/internal/gtest-string.h"
48 /* class A needs to have dll-interface to be used by clients of class B */)
53 // FilePath - a class for file and directory pathname manipulation which
54 // handles platform-specific conventions (like the pathname separator).
57 // "immutable value object" -- useful for peace of mind.
58 // A FilePath with a value ending in a path separator ("like/this/") represents
61 // Names are NOT checked for syntax correctness -- no checking for illegal
64 class GTEST_API_ FilePath {
[all …]
/external/mesa3d/src/gtest/src/
Dgtest-filepath.cc30 #include "gtest/internal/gtest-filepath.h"
34 #include "gtest/gtest-message.h"
35 #include "gtest/internal/gtest-port.h"
48 #include "gtest/internal/gtest-string.h"
98 FilePath FilePath::GetCurrentDir() { in GetCurrentDir()
104 return FilePath(kCurrentDirectoryString); in GetCurrentDir()
107 return FilePath(_getcwd(cwd, sizeof(cwd)) == nullptr ? "" : cwd); in GetCurrentDir()
115 return FilePath(result == nullptr ? kCurrentDirectoryString : cwd); in GetCurrentDir()
117 return FilePath(result == nullptr ? "" : cwd); in GetCurrentDir()
121 // Returns a copy of the FilePath with the case-insensitive extension removed.
[all …]
/external/googletest/googletest/src/
Dgtest-filepath.cc30 #include "gtest/internal/gtest-filepath.h"
37 #include "gtest/gtest-message.h"
38 #include "gtest/internal/gtest-port.h"
51 #include "gtest/internal/gtest-string.h"
101 FilePath FilePath::GetCurrentDir() { in GetCurrentDir()
109 return FilePath(kCurrentDirectoryString); in GetCurrentDir()
112 return FilePath(_getcwd(cwd, sizeof(cwd)) == nullptr ? "" : cwd); in GetCurrentDir()
120 return FilePath(result == nullptr ? kCurrentDirectoryString : cwd); in GetCurrentDir()
122 return FilePath(result == nullptr ? "" : cwd); in GetCurrentDir()
126 // Returns a copy of the FilePath with the case-insensitive extension removed.
[all …]
/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/src/
Dgtest-filepath.cc30 #include "gtest/internal/gtest-filepath.h"
37 #include "gtest/gtest-message.h"
38 #include "gtest/internal/gtest-port.h"
51 #include "gtest/internal/gtest-string.h"
101 FilePath FilePath::GetCurrentDir() { in GetCurrentDir()
109 return FilePath(kCurrentDirectoryString); in GetCurrentDir()
112 return FilePath(_getcwd(cwd, sizeof(cwd)) == nullptr ? "" : cwd); in GetCurrentDir()
120 return FilePath(result == nullptr ? kCurrentDirectoryString : cwd); in GetCurrentDir()
122 return FilePath(result == nullptr ? "" : cwd); in GetCurrentDir()
126 // Returns a copy of the FilePath with the case-insensitive extension removed.
[all …]
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/files/
Dfile_path.cc2 // Use of this source code is governed by a BSD-style license that can be
20 using StringType = FilePath::StringType;
21 const FilePath::CharType kStringTerminator = PA_FILE_PATH_LITERAL('\0');
23 // If this FilePath contains a drive letter specification, returns the
30 // This is dependent on an ASCII-based character set, but that's a in FindDriveLetter()
47 FilePath::IsSeparator(path[letter + 1]); in IsPathAbsolute()
50 return path.length() > 1 && FilePath::IsSeparator(path[0]) && in IsPathAbsolute()
51 FilePath::IsSeparator(path[1]); in IsPathAbsolute()
54 return path.length() > 0 && FilePath::IsSeparator(path[0]); in IsPathAbsolute()
58 FilePath::FilePath() = default;
[all …]
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h30 // Google Test filepath utilities
35 // This file is #included in gtest/internal/gtest-internal.h.
47 #include "gtest/internal/gtest-port.h"
48 #include "gtest/internal/gtest-string.h"
51 /* class A needs to have dll-interface to be used by clients of class B */)
58 // FilePath - a class for file and directory pathname manipulation which
59 // handles platform-specific conventions (like the pathname separator).
62 // "immutable value object" -- useful for peace of mind.
63 // A FilePath with a value ending in a path separator ("like/this/") represents
66 // Names are NOT checked for syntax correctness -- no checking for illegal
[all …]
/external/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h30 // Google Test filepath utilities
35 // This file is #included in gtest/internal/gtest-internal.h.
47 #include "gtest/internal/gtest-port.h"
48 #include "gtest/internal/gtest-string.h"
51 /* class A needs to have dll-interface to be used by clients of class B */)
58 // FilePath - a class for file and directory pathname manipulation which
59 // handles platform-specific conventions (like the pathname separator).
62 // "immutable value object" -- useful for peace of mind.
63 // A FilePath with a value ending in a path separator ("like/this/") represents
66 // Names are NOT checked for syntax correctness -- no checking for illegal
[all …]

12345678910>>...46