/tools/treble/hacksaw/bind/ |
D | bind.go | 18 BindReadOnly(source string, destination string) error 19 BindReadWrite(source string, destination string) error 20 Unbind(destination string) error
|
D | remoteclient.go | 28 func NewRemoteBindClient(socketPath string) PathBinder {
|
/tools/treble/hacksaw/codebase/ |
D | codebase.go | 27 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/ |
D | mount.go | 18 Mount(string, string, string, uintptr, string) error argument 19 Unmount(string, int) error argument
|
/tools/treble/hacksaw/cmd/hacksaw/ |
D | main.go | 74 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/ |
D | client.go | 28 func ensureConfigFileExists(cfgPath string) error { 43 func HandleCommand(workspaceTopDir string, pathBinder bind.PathBinder, args []string) error {
|
D | command.go | 47 func NewCommand(bm bind.PathBinder, wtd string) Command {
|
/tools/treble/hacksaw/git/ |
D | lister.go | 18 List(codebasePath string) ([]string, error)
|
/tools/treble/hacksaw/workspace/ |
D | compose.go | 37 func isDirEmpty(name string) (bool, error) {
|
D | workspace.go | 37 func New(bm bind.PathBinder, topDir string) Workspace {
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Reporter.kt | 197 val string = innerValue.value()?.toString() ?: continue in isSuppressed() constant 204 val string = value.value()?.toString() in isSuppressed() constant
|
/tools/security/fuzzing/orphans/libcppbor/ |
D | cppbor_parse_fuzzer.cpp | 30 virtual void error(const uint8_t*, const std::string&) override {} in error()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
D | BufferReader.kt | 97 fun string(group: Int): String { in string() method in trebuchet.util.MatchResult
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | TypeItem.kt | 258 var string = typeString in <lambda>() variable
|
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/ |
D | PsiTypePrinterTest.kt | 915 val string = entry.printed in <lambda>() constant
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiRvrTwTest.py | 259 def is_number(string): argument
|
/tools/dexter/dexter/ |
D | dissasembler.cc | 164 bool PrintCodeIrVisitor::Visit(lir::String* string) { in Visit()
|
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabSmsTest.py | 216 def insert_string_into_message(self, message, string, index): argument
|
/tools/dexter/slicer/export/slicer/ |
D | code_ir.h | 101 virtual bool Visit(String* string) { return false; } in Visit()
|