Lines Matching refs:to_string
89 manifestPath: "/mnt/extra-apk/0/assets/build_manifest.pb".to_string(), in odrefresh()
90 prefix: "system/".to_string(), in odrefresh()
96 manifestPath: "/mnt/extra-apk/1/assets/build_manifest.pb".to_string(), in odrefresh()
97 prefix: "system_ext/".to_string(), in odrefresh()
117 android_root.push(args.systemDirFd.to_string()); in odrefresh()
124 system_ext_root.push(args.systemExtDirFd.to_string()); in odrefresh()
130 let art_apex_data = mountpoint.join(args.outputDirFd.to_string()); in odrefresh()
134 let staging_dir = mountpoint.join(args.stagingDirFd.to_string()); in odrefresh()
139 "odrefresh".to_string(), in odrefresh()
140 "--compilation-os-mode".to_string(), in odrefresh()
144 "--no-refresh".to_string(), in odrefresh()
157 command_line_args.push(compile_flag.to_string()); in odrefresh()