Searched refs:dex_name (Results 1 – 2 of 2) sorted by relevance
309 std::string dex_name; in create_current_profile_path() local310 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name)) in create_current_profile_path()313 dex_dir.c_str(), dex_name.c_str(), CURRENT_PROFILE_EXT.c_str(), in create_current_profile_path()328 std::string dex_name; in create_reference_profile_path() local329 CHECK(get_secondary_dex_location(location, &dex_dir, &dex_name)) in create_reference_profile_path()332 dex_dir.c_str(), dex_name.c_str(), PROFILE_EXT.c_str()); in create_reference_profile_path()
568 ir::String* dex_name{GetOrAddString(name)}; in GetOrDeclareMethod() local569 decl->name = dex_name; in GetOrDeclareMethod()