Searched refs:dirIndex (Results 1 – 3 of 3) sorted by relevance
145 for (uint dirIndex = 0;dirIndex < arraysize(directions); dirIndex++) { in TEST() local146 aaudio_direction_t direction = directions[dirIndex]; in TEST()
257 size_t dirIndex = location.rfind('/'); in create_reference_profile_path() local258 CHECK(dirIndex != std::string::npos) in create_reference_profile_path()261 std::string dex_dir = location.substr(0, dirIndex); in create_reference_profile_path()262 std::string dex_name = location.substr(dirIndex +1); in create_reference_profile_path()
1328 unsigned long dirIndex = dex_path.rfind('/'); in prepare_secondary_dex_oat_dir() local1329 if (dirIndex == std::string::npos) { in prepare_secondary_dex_oat_dir()1333 std::string dex_dir = dex_path.substr(0, dirIndex); in prepare_secondary_dex_oat_dir()1654 size_t dirIndex = dex_path.rfind('/'); in create_secondary_dex_oat_layout() local1655 if (dirIndex == std::string::npos) { in create_secondary_dex_oat_layout()1662 std::string apk_dir = dex_path.substr(0, dirIndex); in create_secondary_dex_oat_layout()