Lines Matching defs:spec
53 static FileSpec GetUuidView(FileSpec spec) {
54 spec.AppendPathComponent(".cache");
55 spec.AppendPathComponent(module_uuid);
56 spec.AppendPathComponent(module_name);
57 return spec;
60 static FileSpec GetSysrootView(FileSpec spec, const char *hostname) {
61 spec.AppendPathComponent(hostname);
62 spec.AppendPathComponent(dummy_remote_dir);
63 spec.AppendPathComponent(module_name);
64 return spec;