OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relative_path
(Results
51 - 75
of
198
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/extensions/common/
extension.h
211
// |
relative_path
| can be untrusted user input. The returned URL will either
215
const std::string&
relative_path
);
216
GURL GetResourceURL(const std::string&
relative_path
) const {
217
return GetResourceURL(url(),
relative_path
);
224
// Returns an extension resource object. |
relative_path
| should be UTF8
226
ExtensionResource GetResource(const std::string&
relative_path
) const;
228
// As above, but with |
relative_path
| following the file system's encoding.
229
ExtensionResource GetResource(const base::FilePath&
relative_path
) const;
user_script.cc
60
const base::FilePath&
relative_path
,
63
relative_path_(
relative_path
),
extension.cc
159
const std::string&
relative_path
) {
163
std::string path =
relative_path
;
168
if (
relative_path
.size() > 0 &&
relative_path
[0] == '/')
169
path =
relative_path
.substr(1);
183
const std::string&
relative_path
) const {
184
std::string new_path =
relative_path
;
/external/chromium_org/testing/gtest/test/
gtest-options_test.cc
63
FilePath GetAbsolutePathOf(const FilePath&
relative_path
) {
64
return FilePath::ConcatPaths(FilePath::GetCurrentDir(),
relative_path
);
/external/clang/lib/Frontend/
ModuleDependencyCollector.cpp
67
StringRef Rel = path::
relative_path
(P);
97
path::append(Dest, path::
relative_path
(AbsoluteSrc));
/external/gtest/test/
gtest-options_test.cc
63
FilePath GetAbsolutePathOf(const FilePath&
relative_path
) {
64
return FilePath::ConcatPaths(FilePath::GetCurrentDir(),
relative_path
);
/ndk/sources/third_party/googletest/googletest/test/
gtest-options_test.cc
63
FilePath GetAbsolutePathOf(const FilePath&
relative_path
) {
64
return FilePath::ConcatPaths(FilePath::GetCurrentDir(),
relative_path
);
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager_policy_browsertest.cc
218
std::string ConstructPolicy(const std::string&
relative_path
) const {
220
if (!base::ReadFileToString(test_data_dir_.Append(
relative_path
),
226
embedded_test_server()->GetURL(std::string("/") +
relative_path
).spec(),
/external/chromium_org/chrome/utility/extensions/
unpacker.cc
303
base::FilePath
relative_path
;
local
305
if (!temp_install_dir_.AppendRelativePath(message_path, &
relative_path
)) {
310
std::string dir_name =
relative_path
.DirName().MaybeAsASCII();
/external/chromium_org/extensions/browser/
image_loader.cc
110
DCHECK(it->resource.
relative_path
().empty() ||
119
extension->path(), it->resource.
relative_path
(), &resource_id)) {
187
if (image.resource.
relative_path
().empty())
content_verify_job.cc
161
<< hash_reader_->
relative_path
().MaybeAsASCII()
/external/chromium_org/tools/telemetry/telemetry/core/
memory_cache_http_server.py
261
relative_path
= os.path.relpath(path, self._base_dir)
265
relative_path
+= '/'
266
return urlparse.urljoin(self.url,
relative_path
.replace(os.sep, '/'))
/external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.cc
36
base::FilePath
relative_path
;
37
if (!registered_dev_path.AppendRelativePath(file_path, &
relative_path
))
39
DCHECK(!
relative_path
.empty());
40
return
relative_path
.value();
/external/chromium_org/testing/gtest/src/
gtest-filepath.cc
190
// Given directory = "dir",
relative_path
= "test.xml", returns "dir/test.xml".
193
const FilePath&
relative_path
) {
195
return
relative_path
;
197
return FilePath(dir.string() + kPathSeparator +
relative_path
.string());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py
160
relative_path
= filesystem.relpath(path, self._base_path).replace('\\', '/')
161
if self._options.use_skipped_list and self._port.skips_perf_test(
relative_path
) and filesystem.normpath(
relative_path
) not in paths:
163
test = PerfTestFactory.create_perf_test(self._port,
relative_path
, path, test_runner_count=self._options.test_runner_count)
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-filepath.cc
189
// Given directory = "dir",
relative_path
= "test.xml", returns "dir/test.xml".
192
const FilePath&
relative_path
) {
194
return
relative_path
;
197
relative_path
.c_str()));
/external/chromium_org/webkit/browser/fileapi/
mount_points.h
85
// and |virtual_path| has no <
relative_path
> part (i.e. pointing to the
/external/gtest/src/
gtest-filepath.cc
192
// Given directory = "dir",
relative_path
= "test.xml", returns "dir/test.xml".
195
const FilePath&
relative_path
) {
197
return
relative_path
;
199
return FilePath(dir.string() + kPathSeparator +
relative_path
.string());
/external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc
187
// Given directory = "dir",
relative_path
= "test.xml", returns "dir/test.xml".
190
const FilePath&
relative_path
) {
192
return
relative_path
;
195
relative_path
.c_str()));
/external/mesa3d/src/gtest/src/
gtest-filepath.cc
189
// Given directory = "dir",
relative_path
= "test.xml", returns "dir/test.xml".
192
const FilePath&
relative_path
) {
194
return
relative_path
;
197
relative_path
.c_str()));
/external/protobuf/gtest/src/
gtest-filepath.cc
158
// Given directory = "dir",
relative_path
= "test.xml", returns "dir/test.xml".
161
const FilePath&
relative_path
) {
163
return
relative_path
;
166
relative_path
.c_str()));
/ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc
192
// Given directory = "dir",
relative_path
= "test.xml", returns "dir/test.xml".
195
const FilePath&
relative_path
) {
197
return
relative_path
;
199
return FilePath(dir.string() + kPathSeparator +
relative_path
.string());
/external/chromium_org/chrome/test/chromedriver/
chrome_launcher_unittest.cc
33
bool AddExtensionForInstall(const std::string&
relative_path
,
38
"chrome/test/data/chromedriver/" +
relative_path
);
/external/chromium_org/extensions/common/manifest_handlers/
shared_module_info.cc
82
const std::string&
relative_path
) {
84
exported_set_.MatchesURL(extension->url().Resolve(
relative_path
));
/external/chromium_org/tools/gyp/pylib/gyp/
xcode_ninja.py
229
relative_path
= os.path.dirname(main_gyp)
230
sources += [ os.path.relpath(os.path.join(base, file),
relative_path
)
Completed in 825 milliseconds
1
2
3
4
5
6
7
8