Searched refs:root_str (Results 1 – 3 of 3) sorted by relevance
46 afilecon->root_str = "ba.r"; in test_cil_post_filecon_compare_meta_a_not_b()49 bfilecon->root_str = "barr"; in test_cil_post_filecon_compare_meta_a_not_b()64 afilecon->root_str = "bar"; in test_cil_post_filecon_compare_meta_b_not_a()67 bfilecon->root_str = "ba.rr"; in test_cil_post_filecon_compare_meta_b_not_a()82 afilecon->root_str = ".\\$"; in test_cil_post_filecon_compare_meta_a_and_b_strlen_a_greater_b()85 bfilecon->root_str = ".?"; in test_cil_post_filecon_compare_meta_a_and_b_strlen_a_greater_b()100 afilecon->root_str = ".\\$"; in test_cil_post_filecon_compare_type_atype_greater_btype()104 bfilecon->root_str = ".\\$"; in test_cil_post_filecon_compare_type_atype_greater_btype()119 afilecon->root_str = ".\\$"; in test_cil_post_filecon_compare_type_btype_greater_atype()123 bfilecon->root_str = ".\\$"; in test_cil_post_filecon_compare_type_btype_greater_atype()[all …]
473 for (const std::string& root_str : roots_) { in FindBinary() local474 cache_entry = FindBinaryInRoot(root_str, abspath, build_id); in FindBinary()507 const std::string& root_str, in FindBinaryInRoot() argument544 std::string symbol_file = root_str + "/" + dirname + "/" + filename; in FindBinaryInRoot()552 root_str + "/" + dirname + "/" + filename.substr(sizeof(kApkPrefix)); in FindBinaryInRoot()559 symbol_file = root_str + "/" + filename; in FindBinaryInRoot()566 symbol_file = root_str + "/" + filename.substr(sizeof(kApkPrefix)); in FindBinaryInRoot()577 root_str + "/" + ".build-id" + "/" + split_hex_build_id + ".debug"; in FindBinaryInRoot()
77 base::Optional<FoundBinary> FindBinaryInRoot(const std::string& root_str,