OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:package_string
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/test/
gen-test-list
39
local
package_string
43
package_string
="$(grep "package" "$file_name")"
48
package_name=${
package_string
#package[[:space:]]*} # remove package followed by any spaces
/system/core/logd/
CommandListener.cpp
189
static std::string
package_string
(const std::string& str) {
function
232
package_string
(mBuf.formatStatistics(uid, pid, logMask)).c_str());
243
cli->sendMsg(
package_string
(mBuf.formatPrune()).c_str());
319
cli->sendMsg(
package_string
(mBuf.formatEntry(atoi(id), uid)).c_str());
324
package_string
(mBuf.formatGetEventTag(uid, name, format)).c_str());
/art/tools/runtime_memusage/
sanitizer_logcat_analysis.sh
351
package_string
=""
354
package_string
="Package name: $PACKAGE_NAME "
365
set title "'"$
package_string
""$dex_name"'PID: '"$pid"'";
Completed in 685 milliseconds