Home
last modified time | relevance | path

Searched defs:string (Results 1 – 19 of 19) sorted by relevance

/tools/treble/hacksaw/bind/
Dbind.go18 BindReadOnly(source string, destination string) error
19 BindReadWrite(source string, destination string) error
20 Unbind(destination string) error
Dremoteclient.go28 func NewRemoteBindClient(socketPath string) PathBinder {
/tools/treble/hacksaw/codebase/
Dcodebase.go27 func Add(name string, path string) (*config.Config, error) {
46 func Remove(remove string) (*config.Config, error) {
67 func SetDefault(def string) error {
84 func GetDir(codebase string) (string, error) {
/tools/treble/hacksaw/mount/
Dmount.go18 Mount(string, string, string, uintptr, string) error argument
19 Unmount(string, int) error argument
/tools/treble/hacksaw/cmd/hacksaw/
Dmain.go74 func dropPrivileges(sudoUser string, socketPath string) error {
114 func createPathBinderListener(socketPath string) (net.Listener, error) {
129 func handleSudoUser(sudoUser string) error {
142 func run(args []string) error {
/tools/treble/hacksaw/client/
Dclient.go28 func ensureConfigFileExists(cfgPath string) error {
43 func HandleCommand(workspaceTopDir string, pathBinder bind.PathBinder, args []string) error {
Dcommand.go47 func NewCommand(bm bind.PathBinder, wtd string) Command {
/tools/treble/hacksaw/git/
Dlister.go18 List(codebasePath string) ([]string, error)
/tools/treble/hacksaw/workspace/
Dcompose.go37 func isDirEmpty(name string) (bool, error) {
Dworkspace.go37 func New(bm bind.PathBinder, topDir string) Workspace {
/tools/metalava/src/main/java/com/android/tools/metalava/
DReporter.kt197 val string = innerValue.value()?.toString() ?: continue in isSuppressed() constant
204 val string = value.value()?.toString() in isSuppressed() constant
/tools/security/fuzzing/orphans/libcppbor/
Dcppbor_parse_fuzzer.cpp30 virtual void error(const uint8_t*, const std::string&) override {} in error()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt97 fun string(group: Int): String { in string() method in trebuchet.util.MatchResult
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DTypeItem.kt258 var string = typeString in <lambda>() variable
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiTypePrinterTest.kt915 val string = entry.printed in <lambda>() constant
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRvrTwTest.py259 def is_number(string): argument
/tools/dexter/dexter/
Ddissasembler.cc164 bool PrintCodeIrVisitor::Visit(lir::String* string) { in Visit()
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabSmsTest.py216 def insert_string_into_message(self, message, string, index): argument
/tools/dexter/slicer/export/slicer/
Dcode_ir.h101 virtual bool Visit(String* string) { return false; } in Visit()