Searched refs:dirIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libaaudio/tests/
H A Dtest_open_params.cpp145 for (uint dirIndex = 0;dirIndex < arraysize(directions); dirIndex++) {
146 aaudio_direction_t direction = directions[dirIndex];
/frameworks/native/cmds/installd/
H A Dutils.cpp257 size_t dirIndex = location.rfind('/'); local
258 CHECK(dirIndex != std::string::npos)
261 std::string dex_dir = location.substr(0, dirIndex);
262 std::string dex_name = location.substr(dirIndex +1);
H A Ddexopt.cpp1328 unsigned long dirIndex = dex_path.rfind('/'); local
1329 if (dirIndex == std::string::npos) {
1333 std::string dex_dir = dex_path.substr(0, dirIndex);
1654 size_t dirIndex = dex_path.rfind('/'); local
1655 if (dirIndex == std::string::npos) {
1662 std::string apk_dir = dex_path.substr(0, dirIndex);

Completed in 2208 milliseconds