Home
last modified time | relevance | path

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

/system/core/run-as/
Dpackage.c219 int nn; in check_data_path() local
231 for (nn = 1; dataPath[nn] != '\0'; nn++) in check_data_path()
236 if (dataPath[nn] != '/') in check_data_path()
240 if (dataPath[nn+1] == '\0') { in check_data_path()
245 if (nn >= (int)(sizeof subpath)) { in check_data_path()
251 if (nn >= 3 && in check_data_path()
252 dataPath[nn-3] == '/' && in check_data_path()
253 dataPath[nn-2] == '.' && in check_data_path()
254 dataPath[nn-1] == '.') { in check_data_path()
260 memcpy(subpath, dataPath, nn); in check_data_path()
[all …]
/system/core/adb/
Dtransport_local.cpp328 int nn; in remote_kick() local
330 for (nn = 0; nn < ADB_LOCAL_TRANSPORT_MAX; nn++) { in remote_kick()
331 if (local_transports[nn] == t) { in remote_kick()
332 local_transports[nn] = NULL; in remote_kick()
/system/bt/stack/smp/
Daes.c338 static void copy_block_nn( void * d, const void *s, uint_8t nn ) in copy_block_nn() argument
340 while( nn-- ) in copy_block_nn()