Searched refs:LAYOUT_PREFIX (Results 1 – 5 of 5) sorted by relevance
57 …std::vector<std::string> const dir_vector = {LAYOUT_PREFIX, LAYOUT_EXEC_PREFIX, LAYOUT_BINDI…
328 path_map[LAYOUT_PREFIX] = ts_runroot; in create_runroot()330 path_map[LAYOUT_PREFIX] = "."; in create_runroot()375 map.erase(LAYOUT_PREFIX); in remove_runroot()614 if (name == LAYOUT_PREFIX || name == LAYOUT_EXEC_PREFIX || name == LAYOUT_LOCALSTATEDIR) { in set_permission()
127 …prefix = dir_map[LAYOUT_PREFIX].empty() ? runroot_file.substr(0, runroot_file.find_last_of('/… in runroot_setup()
220 map[LAYOUT_PREFIX] = Layout::get()->prefix; in runroot_map_default()
34 const std::string LAYOUT_PREFIX = "prefix"; variable