Searched defs:postfix (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp344 char postfix[postfixSize + 1]; local
345 memset(postfix, 'a', postfixSize);
346 postfix[postfixSize] = '\0';
348 EXPECT_EQ(-1, create_pkg_path(path, "com.example.package", postfix, 0))
349 << "Should return error because postfix is too long.";
356 << "Should return error because postfix is too long.";
439 << "Should return error because postfix is too long.";
/frameworks/native/cmds/installd/
H A Dutils.c24 const char* postfix)
26 const size_t postfix_len = strlen(postfix);
46 || append_and_increment(&dst, postfix, &dst_size) < 0) {
55 * Create the package path name for a given package name with a postfix for
60 const char *postfix,
98 return create_pkg_path_in_dir(path, &dir, pkgname, postfix);
21 create_pkg_path_in_dir(char path[PKG_PATH_MAX], const dir_rec_t* dir, const char* pkgname, const char* postfix) argument
58 create_pkg_path(char path[PKG_PATH_MAX], const char *pkgname, const char *postfix, userid_t userid) argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java746 public boolean setP2pSsidPostfix(String postfix) { argument
747 return doBooleanCommand("SET p2p_ssid_postfix " + postfix);

Completed in 450 milliseconds