Searched refs:path_type (Results 1 – 4 of 4) sorted by relevance
46 SBFileSpec SBHostOS::GetLLDBPath(lldb::PathType path_type) { in GetLLDBPath() argument47 LLDB_INSTRUMENT_VA(path_type); in GetLLDBPath()50 switch (path_type) { in GetLLDBPath()
722 switch (info->path_type) { in bhnd_nvstore_var_register_path()735 BHND_NV_PANIC("unsupported path type %d", info->path_type); in bhnd_nvstore_var_register_path()760 switch (info->path_type) { in bhnd_nvstore_var_get_path()769 BHND_NV_PANIC("unsupported path type %d", info->path_type); in bhnd_nvstore_var_get_path()913 if (info->path_type != BHND_NVSTORE_PATH_ALIAS) in bhnd_nvstore_register_alias()1089 info->path_type = BHND_NVSTORE_PATH_ALIAS; in bhnd_nvstore_parse_name_info()1113 info->path_type = BHND_NVSTORE_PATH_ALIAS; in bhnd_nvstore_parse_name_info()1153 info->path_type = BHND_NVSTORE_PATH_STRING; in bhnd_nvstore_parse_name_info()1172 info->path_type = BHND_NVSTORE_PATH_STRING; in bhnd_nvstore_parse_name_info()
208 bhnd_nvstore_path_type path_type; /**< path type */ member
23 static lldb::SBFileSpec GetLLDBPath(lldb::PathType path_type);