HomeSort by relevance Sort by last modified time
    Searched defs:user_path (Results 1 - 4 of 4) sorted by null

  /external/libxkbcommon/xkbcommon/src/
context.c 79 char *user_path; local
88 err = asprintf(&user_path, "%s/.xkb", home);
91 ret |= xkb_context_include_path_append(ctx, user_path);
92 free(user_path);
  /external/autotest/client/cros/
cryptohome.py 34 def user_path(user): function
370 return [__get_mount_info(mount_point=user_path(user),
686 return (utils.is_mountpoint(user_path(user))
692 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 114 auto user_path = create_data_user_ce_path(volume_uuid, user); local
115 DIR* dir = opendir(user_path.c_str());
117 PLOG(ERROR) << "Failed to opendir " << user_path;
124 auto resolved = StringPrintf("%s/%s", user_path.c_str(), ent->d_name);
    [all...]

Completed in 1273 milliseconds