OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:search_paths
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/
shell_integration_linux.cc
299
std::vector<FilePath>
search_paths
;
local
304
search_paths
.push_back(FilePath(xdg_data_home));
313
search_paths
.push_back(data_dir);
314
search_paths
.push_back(data_dir.Append("applications"));
320
search_paths
.push_back(FilePath("/usr/share/applications"));
321
search_paths
.push_back(FilePath("/usr/local/share/applications"));
324
for (std::vector<FilePath>::const_iterator i =
search_paths
.begin();
325
i !=
search_paths
.end(); ++i) {
/frameworks/compile/libbcc/tools/bcc/
Main.cpp
289
llvm::SmallVector<const char *, 2>
search_paths
;
local
292
search_paths
.push_back("/system/lib/");
294
search_paths
.push_back("/lib/");
295
search_paths
.push_back("/usr/lib/");
303
search_path_iter =
search_paths
.begin(),
304
search_path_end =
search_paths
.end();
318
} // for each
search_paths
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
test.py
293
search_paths
= {
301
return [self._webkit_baseline_path(d) for d in
search_paths
[self.name()]]
Completed in 6691 milliseconds