OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:user_path
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/
cryptohome.py
31
def
user_path
(user):
function
270
return [__get_mount_info(mount_point=
user_path
(user),
464
return (utils.is_mountpoint(
user_path
(user))
470
utils.require_mountpoint(
user_path
(user))
/external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc
255
const char *
user_path
= common_flags()->external_symbolizer_path;
local
257
user_path
?
user_path
: FindPathToBinary("llvm-symbolizer.exe");
260
user_path
? "user-specified " : "", path);
263
if (
user_path
&&
user_path
[0] == '\0') {
/frameworks/native/cmds/installd/
utils.cpp
100
auto
user_path
= create_data_user_ce_path(volume_uuid, user);
local
101
DIR* dir = opendir(
user_path
.c_str());
103
PLOG(ERROR) << "Failed to opendir " <<
user_path
;
110
auto resolved = StringPrintf("%s/%s",
user_path
.c_str(), ent->d_name);
[
all
...]
Completed in 210 milliseconds