Home
last modified time | relevance | path

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

/test/vts/drivers/resource/resource_manager/
DVtsResourceManager.cpp698 size_t separator = curr_string.find("_"); in LoadSharedLibFromTypeName() local
699 curr_string.replace(separator, 1, "."); in LoadSharedLibFromTypeName()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGcsLogServlet.java311 boolean endsWithSlashCheck = fileOrDirPath.endsWith(File.separator); in getParentDirPath()
/test/app_compat/csuite/
Dpylintrc276 # separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.