OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resources_path
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/test/testsupport/
fileutils_unittest.cc
45
std::string
resources_path
= original_working_dir_ + kPathDelimiter +
local
47
webrtc::test::CreateDirectory(
resources_path
);
49
files_.push_back(
resources_path
+ kTestName + "." + kExtension);
50
files_.push_back(
resources_path
+ kTestName + "_32." + kExtension);
51
files_.push_back(
resources_path
+ kTestName + "_64." + kExtension);
52
files_.push_back(
resources_path
+ kTestName + "_linux." + kExtension);
53
files_.push_back(
resources_path
+ kTestName + "_mac." + kExtension);
54
files_.push_back(
resources_path
+ kTestName + "_win." + kExtension);
55
files_.push_back(
resources_path
+ kTestName + "_linux_32." + kExtension);
56
files_.push_back(
resources_path
+ kTestName + "_mac_32." + kExtension)
[
all
...]
fileutils.cc
133
std::string
resources_path
= ProjectRootPath() + kResourcesDirName +
local
135
std::string resource_file =
resources_path
+ name + "_" + platform + "_" +
141
resource_file =
resources_path
+ name + "_" + platform + "." + extension;
146
resource_file =
resources_path
+ name + "_" + architecture + "." + extension;
151
return
resources_path
+ name + "." + extension;
/external/chromium/chrome/browser/extensions/
extension_protocols.cc
140
FilePath
resources_path
;
local
141
if (PathService::Get(chrome::DIR_RESOURCES, &
resources_path
) &&
142
directory_path.DirName() ==
resources_path
) {
Completed in 152 milliseconds