Home
last modified time | relevance | path

Searched refs:root_str (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_post.c46 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 …]
/external/perfetto/src/profiling/symbolizer/
Dlocal_symbolizer.cc473 for (const std::string& root_str : roots_) { in FindBinary() local
474 cache_entry = FindBinaryInRoot(root_str, abspath, build_id); in FindBinary()
507 const std::string& root_str, in FindBinaryInRoot() argument
544 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()
Dlocal_symbolizer.h77 base::Optional<FoundBinary> FindBinaryInRoot(const std::string& root_str,