OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:real_path
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/examples/includes/geshi/contrib/
aliased.php
30
$
real_path
= realpath($path);
variable
31
if(strncmp($
real_path
, SOURCE_ROOT, $base_path_len)) {
/external/chromium/chrome/browser/
process_singleton_linux.cc
276
std::string
real_path
= ReadLink(path).value();
local
277
if (
real_path
.empty())
280
std::string::size_type pos =
real_path
.rfind(kLockDelimiter);
290
*hostname =
real_path
.substr(0, pos);
292
const std::string& pid_str =
real_path
.substr(pos + 1);
[
all
...]
Completed in 41 milliseconds